#6443AC

Color #6443AC Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #6443AC

Tints of Royal Purple #6443AC

Color information

#6443AC (or 0x6443AC) is unknown color: approx Royal Purple. HEX triplet: 64, 43 and AC. RGB value is (100,67,172). Sum of RGB (Red+Green+Blue) = 100+67+172=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #6443AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6443AC is #9BBC53. Grayscale: #585858. Windows color (decimal): -10206292 or 11289444. OLE color: 11289444.

HSL color Cylindrical-coordinate representation of color #6443AC: hue angle of 258.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6443AC is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10067172-
CMYK0.420.6100.33
HSL258.86º43.93%46.86%-
HSV(B)258.86º61.05%67.45%-
XYZ14.719.740.13-
YUV88.84174.93135.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 67 (26.56% from 255) = 19.76%
BLUE value IS 172 (67.58% from 255) = 50.74%
R=29.50%
G=19.76%
B=50.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100671720.420.6100.33258.8643.9346.86
Hex6443AC2A3D0211032c2f
Octal14410325452750414035457
Binary11001001000011101011001010101111010100001100000011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6443AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6443AC; }

 p { color: rgb(100,67,172); }

 H1.HeaderClassName
 {
   color: #6443AC;
 }
 .AnyTagClassName
 {
   color: #6443AC;
 }
</style>
background-color css

<style>
 a { background-color: #6443AC; }

 a { background-color: rgb(100,67,172); }

 div.DivClassName
 {
   background-color: #6443AC;
 }
 .BgClassName
 {
   background-color: #6443AC;
 }
</style>
border-color css

<style>
 span { border-color: #6443AC; }

 span { border-color: rgb(100,67,172); }

 td.TdClassName
 {
   border-color: #6443AC;
 }
 .TagClassName
 {
   border-color: #6443AC;
 }
</style>