#642FA9

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

Shades of Royal Purple #642FA9

Tints of Royal Purple #642FA9

Color information

#642FA9 (or 0x642FA9) is unknown color: approx Royal Purple. HEX triplet: 64, 2F and A9. RGB value is (100,47,169). Sum of RGB (Red+Green+Blue) = 100+47+169=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 169 (66.41% from 255 or 53.48% from 316); Max value from RGB is 169 - color contains mainly: blue. Hex color #642FA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642FA9 is #9BD056. Grayscale: #4C4C4C. Windows color (decimal): -10211415 or 11087716. OLE color: 11087716.

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

Color convert

RGB10047169-
CMYK0.410.7200.34
HSL266.07º56.48%42.35%-
HSV(B)266.07º72.19%66.27%-
XYZ13.437.6138.3-
YUV76.76180.06144.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.65%
GREEN value IS 47 (18.75% from 255) = 14.87%
BLUE value IS 169 (66.41% from 255) = 53.48%
R=31.65%
G=14.87%
B=53.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal100471690.410.7200.34266.0756.4842.35
Hex642FA9294802210a382a
Octal14457251511100424127052
Binary11001001011111010100110100110010000100010100001010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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