#642AA9

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

Shades of Royal Purple #642AA9

Tints of Royal Purple #642AA9

Color information

#642AA9 (or 0x642AA9) is unknown color: approx Royal Purple. HEX triplet: 64, 2A and A9. RGB value is (100,42,169). Sum of RGB (Red+Green+Blue) = 100+42+169=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 169 (66.41% from 255 or 54.34% from 311); Max value from RGB is 169 - color contains mainly: blue. Hex color #642AA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642AA9 is #9BD556. Grayscale: #494949. Windows color (decimal): -10212695 or 11086436. OLE color: 11086436.

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

Color convert

RGB10042169-
CMYK0.410.7500.34
HSL267.4º60.19%41.37%-
HSV(B)267.4º75.15%66.27%-
XYZ13.247.2338.23-
YUV73.82181.72146.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.15%
GREEN value IS 42 (16.80% from 255) = 13.50%
BLUE value IS 169 (66.41% from 255) = 54.34%
R=32.15%
G=13.50%
B=54.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal100421690.410.7500.34267.460.1941.37
Hex642AA9294B02210b3c29
Octal14452251511130424137451
Binary11001001010101010100110100110010110100010100001011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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