#642499

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

Shades of Royal Purple #642499

Tints of Royal Purple #642499

Color information

#642499 (or 0x642499) is unknown color: approx Royal Purple. HEX triplet: 64, 24 and 99. RGB value is (100,36,153). Sum of RGB (Red+Green+Blue) = 100+36+153=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #642499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642499 is #9BDB66. Grayscale: #444444. Windows color (decimal): -10214247 or 10036324. OLE color: 10036324.

HSL color Cylindrical-coordinate representation of color #642499: hue angle of 272.82º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #642499 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10036153-
CMYK0.350.7600.4
HSL272.82º61.9%37.06%-
HSV(B)272.82º76.47%60%-
XYZ11.646.2730.73-
YUV68.47175.7150.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.60%
GREEN value IS 36 (14.45% from 255) = 12.46%
BLUE value IS 153 (60.16% from 255) = 52.94%
R=34.60%
G=12.46%
B=52.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal100361530.350.7600.4272.8261.937.06
Hex642499234C0281113e25
Octal14444231431140504217645
Binary11001001001001001100110001110011000101000100010001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642499; }

 p { color: rgb(100,36,153); }

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

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

 a { background-color: rgb(100,36,153); }

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

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

 span { border-color: rgb(100,36,153); }

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