Html Css Color HEX #64199E Royal Purple

📋 copy color: '#64199E'

red 100 ◦ green 25 ◦ blue 158

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

Shades of Royal Purple #64199E

Tints of Royal Purple #64199E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.83%

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

R = 35.34%
G = 8.83%
B = 55.83%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64199E (or 0x64199E) is known color: Royal Purple. HEX triplet: 64, 19 and 9E. RGB value is (100,25,158). Sum of RGB (Red+Green+Blue) = 100+25+158=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 158 (62.11% from 255 or 55.83% from 283); Max value from RGB is 158 - color contains mainly: blue. Hex color #64199E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64199E is #9BE661. Grayscale: #3E3E3E. Windows color (decimal): -10217058 or 10361188. OLE color: 10361188.

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

Color convert

RGB 100 25 158 -
CMYK 0.37 0.84 0 0.38
HSL 273.83º 0.73% 0.36% -
HSV(B) 273.83º 0.84% 0.62% -
XYZ 11.77 5.87 32.86 -
YUV 62.59 181.85 154.69 -
System Red Green Blue C M Y K H S L
Decimal 100 25 158 0.37 0.84 0 0.38 273.83 0.73 0.36
Hex 64 19 9E 25 54 0 26 112 49 24
Octal 144 31 236 45 124 0 46 422 111 44
Binary 1100100 11001 10011110 100101 1010100 0 100110 100010010 1001001 100100

Color Harmonies of #64199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64199E

Black with #64199E

Text Example


Text Example

White with #64199E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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