Html Css Color HEX #64209C Royal Purple

📋 copy color: '#64209C'

red 100 ◦ green 32 ◦ blue 156

#64209C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #64209C

Tints of Royal Purple #64209C

RGB

 RED value IS 100 (39.45% from 255) = 34.72%

 GREEN value IS 32 (12.89% from 255) = 11.11%

 BLUE value IS 156 (61.33% from 255) = 54.17%

R = 34.72%
G = 11.11%
B = 54.17%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64209C (or 0x64209C) is known color: Royal Purple. HEX triplet: 64, 20 and 9C. RGB value is (100,32,156). Sum of RGB (Red+Green+Blue) = 100+32+156=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #64209C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64209C is #9BDF63. Grayscale: #424242. Windows color (decimal): -10215268 or 10231908. OLE color: 10231908.

HSL color Cylindrical-coordinate representation of color #64209C: hue angle of 272.9º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64209C is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 32 156 -
CMYK 0.36 0.79 0 0.39
HSL 272.9º 0.66% 0.37% -
HSV(B) 272.9º 0.79% 0.61% -
XYZ 11.77 6.14 32.02 -
YUV 66.47 178.53 151.92 -
System Red Green Blue C M Y K H S L
Decimal 100 32 156 0.36 0.79 0 0.39 272.9 0.66 0.37
Hex 64 20 9C 24 4F 0 27 111 42 25
Octal 144 40 234 44 117 0 47 421 102 45
Binary 1100100 100000 10011100 100100 1001111 0 100111 100010001 1000010 100101

Color Harmonies of #64209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64209C

Black with #64209C

Text Example


Text Example

White with #64209C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64209C; }

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

 H1.HeaderClassName
 {
   color: #64209C;
 }
 .AnyTagClassName
 {
   color: #64209C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #64209C;
 }
 .BgClassName
 {
   background-color: #64209C;
 }
</style>

border-color css

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

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

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