#6642A2

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

Shades of Royal Purple #6642A2

Tints of Royal Purple #6642A2

Color information

#6642A2 (or 0x6642A2) is unknown color: approx Royal Purple. HEX triplet: 66, 42 and A2. RGB value is (102,66,162). Sum of RGB (Red+Green+Blue) = 102+66+162=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 162 (63.67% from 255 or 49.09% from 330); Max value from RGB is 162 - color contains mainly: blue. Hex color #6642A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6642A2 is #99BD5D. Grayscale: #575757. Windows color (decimal): -10075486 or 10633830. OLE color: 10633830.

HSL color Cylindrical-coordinate representation of color #6642A2: hue angle of 262.5º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6642A2 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10266162-
CMYK0.370.5900.36
HSL262.5º42.11%44.71%-
HSV(B)262.5º59.26%63.53%-
XYZ13.959.3335.25-
YUV87.71169.93138.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.91%
GREEN value IS 66 (26.17% from 255) = 20%
BLUE value IS 162 (63.67% from 255) = 49.09%
R=30.91%
G=20%
B=49.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102661620.370.5900.36262.542.1144.71
Hex6642A2253B0241062a2d
Octal14610224245730444065255
Binary11001101000010101000101001011110110100100100000110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6642A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6642A2; }

 p { color: rgb(102,66,162); }

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

<style>
 a { background-color: #6642A2; }

 a { background-color: rgb(102,66,162); }

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

<style>
 span { border-color: #6642A2; }

 span { border-color: rgb(102,66,162); }

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