#642D9C

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

Shades of Royal Purple #642D9C

Tints of Royal Purple #642D9C

Color information

#642D9C (or 0x642D9C) is unknown color: approx Royal Purple. HEX triplet: 64, 2D and 9C. RGB value is (100,45,156). Sum of RGB (Red+Green+Blue) = 100+45+156=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #642D9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642D9C is #9BD263. Grayscale: #494949. Windows color (decimal): -10211940 or 10235236. OLE color: 10235236.

HSL color Cylindrical-coordinate representation of color #642D9C: hue angle of 269.73º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #642D9C is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10045156-
CMYK0.360.7100.39
HSL269.73º55.22%39.41%-
HSV(B)269.73º71.15%61.18%-
XYZ12.196.9932.16-
YUV74.1174.22146.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.22%
GREEN value IS 45 (17.97% from 255) = 14.95%
BLUE value IS 156 (61.33% from 255) = 51.83%
R=33.22%
G=14.95%
B=51.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100451560.360.7100.39269.7355.2239.41
Hex642D9C244702710e3727
Octal14455234441070474166747
Binary11001001011011001110010010010001110100111100001110110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,45,156); }

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

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

 a { background-color: rgb(100,45,156); }

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

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

 span { border-color: rgb(100,45,156); }

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