#642AA6

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

Shades of Royal Purple #642AA6

Tints of Royal Purple #642AA6

Color information

#642AA6 (or 0x642AA6) is unknown color: approx Royal Purple. HEX triplet: 64, 2A and A6. RGB value is (100,42,166). Sum of RGB (Red+Green+Blue) = 100+42+166=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 166 (65.23% from 255 or 53.90% from 308); Max value from RGB is 166 - color contains mainly: blue. Hex color #642AA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642AA6 is #9BD559. Grayscale: #494949. Windows color (decimal): -10212698 or 10889828. OLE color: 10889828.

HSL color Cylindrical-coordinate representation of color #642AA6: hue angle of 268.06º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #642AA6 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10042166-
CMYK0.400.7500.35
HSL268.06º59.62%40.78%-
HSV(B)268.06º74.7%65.1%-
XYZ12.977.1236.77-
YUV73.48180.22146.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.47%
GREEN value IS 42 (16.80% from 255) = 13.64%
BLUE value IS 166 (65.23% from 255) = 53.90%
R=32.47%
G=13.64%
B=53.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal100421660.400.7500.35268.0659.6240.78
Hex642AA6284B02310c3c29
Octal14452246501130434147451
Binary11001001010101010011010100010010110100011100001100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642AA6; }

 p { color: rgb(100,42,166); }

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

<style>
 a { background-color: #642AA6; }

 a { background-color: rgb(100,42,166); }

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

<style>
 span { border-color: #642AA6; }

 span { border-color: rgb(100,42,166); }

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