Html Css Color HEX #64199D Royal Purple

📋 copy color: '#64199D'

red 100 ◦ green 25 ◦ blue 157

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

Shades of Royal Purple #64199D

Tints of Royal Purple #64199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 55.67%

R = 35.46%
G = 8.87%
B = 55.67%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64199D (or 0x64199D) is known color: Royal Purple. HEX triplet: 64, 19 and 9D. RGB value is (100,25,157). Sum of RGB (Red+Green+Blue) = 100+25+157=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #64199D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64199D is #9BE662. Grayscale: #3E3E3E. Windows color (decimal): -10217059 or 10295652. OLE color: 10295652.

HSL color Cylindrical-coordinate representation of color #64199D: hue angle of 274.09º 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 #64199D is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 25 157 -
CMYK 0.36 0.84 0 0.38
HSL 274.09º 0.73% 0.36% -
HSV(B) 274.09º 0.84% 0.62% -
XYZ 11.69 5.84 32.41 -
YUV 62.47 181.35 154.77 -
System Red Green Blue C M Y K H S L
Decimal 100 25 157 0.36 0.84 0 0.38 274.09 0.73 0.36
Hex 64 19 9D 24 54 0 26 112 49 24
Octal 144 31 235 44 124 0 46 422 111 44
Binary 1100100 11001 10011101 100100 1010100 0 100110 100010010 1001001 100100

Color Harmonies of #64199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64199D

Black with #64199D

Text Example


Text Example

White with #64199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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