#642996

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

Shades of Royal Purple #642996

Tints of Royal Purple #642996

Color information

#642996 (or 0x642996) is unknown color: approx Royal Purple. HEX triplet: 64, 29 and 96. RGB value is (100,41,150). Sum of RGB (Red+Green+Blue) = 100+41+150=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #642996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642996 is #9BD669. Grayscale: #464646. Windows color (decimal): -10212970 or 9840996. OLE color: 9840996.

HSL color Cylindrical-coordinate representation of color #642996: hue angle of 272.48º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #642996 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10041150-
CMYK0.330.7300.41
HSL272.48º57.07%37.45%-
HSV(B)272.48º72.67%58.82%-
XYZ11.556.529.5-
YUV71.07172.55148.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.36%
GREEN value IS 41 (16.41% from 255) = 14.09%
BLUE value IS 150 (58.98% from 255) = 51.55%
R=34.36%
G=14.09%
B=51.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal100411500.330.7300.41272.4857.0737.45
Hex64299621490291103925
Octal14451226411110514207145
Binary11001001010011001011010000110010010101001100010000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642996; }

 p { color: rgb(100,41,150); }

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

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

 a { background-color: rgb(100,41,150); }

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

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

 span { border-color: rgb(100,41,150); }

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