#6642AB

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

Shades of Royal Purple #6642AB

Tints of Royal Purple #6642AB

Color information

#6642AB (or 0x6642AB) is unknown color: approx Royal Purple. HEX triplet: 66, 42 and AB. RGB value is (102,66,171). Sum of RGB (Red+Green+Blue) = 102+66+171=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #6642AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6642AB is #99BD54. Grayscale: #585858. Windows color (decimal): -10075477 or 11223654. OLE color: 11223654.

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

Color convert

RGB10266171-
CMYK0.400.6100.33
HSL260.57º44.3%46.47%-
HSV(B)260.57º61.4%67.06%-
XYZ14.789.6639.61-
YUV88.73174.43137.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 66 (26.17% from 255) = 19.47%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=30.09%
G=19.47%
B=50.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102661710.400.6100.33260.5744.346.47
Hex6642AB283D0211052c2e
Octal14610225350750414055456
Binary11001101000010101010111010001111010100001100000101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6642AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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