Html Css Color HEX #64209E Royal Purple

📋 copy color: '#64209E'

red 100 ◦ green 32 ◦ blue 158

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

Shades of Royal Purple #64209E

Tints of Royal Purple #64209E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 54.48%

R = 34.48%
G = 11.03%
B = 54.48%

CMYK

 C value IS 0.37

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64209E (or 0x64209E) is known color: Royal Purple. HEX triplet: 64, 20 and 9E. RGB value is (100,32,158). Sum of RGB (Red+Green+Blue) = 100+32+158=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #64209E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64209E is #9BDF61. Grayscale: #424242. Windows color (decimal): -10215266 or 10362980. OLE color: 10362980.

HSL color Cylindrical-coordinate representation of color #64209E: hue angle of 272.38º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64209E is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 32 158 -
CMYK 0.37 0.80 0 0.38
HSL 272.38º 0.66% 0.37% -
HSV(B) 272.38º 0.8% 0.62% -
XYZ 11.94 6.21 32.92 -
YUV 66.7 179.53 151.75 -
System Red Green Blue C M Y K H S L
Decimal 100 32 158 0.37 0.80 0 0.38 272.38 0.66 0.37
Hex 64 20 9E 25 50 0 26 110 42 25
Octal 144 40 236 45 120 0 46 420 102 45
Binary 1100100 100000 10011110 100101 1010000 0 100110 100010000 1000010 100101

Color Harmonies of #64209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64209E

Black with #64209E

Text Example


Text Example

White with #64209E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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