Html Css Color HEX #64199F Royal Purple

📋 copy color: '#64199F'

red 100 ◦ green 25 ◦ blue 159

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

Shades of Royal Purple #64199F

Tints of Royal Purple #64199F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.99%

R = 35.21%
G = 8.8%
B = 55.99%

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

#64199F (or 0x64199F) is known color: Royal Purple. HEX triplet: 64, 19 and 9F. RGB value is (100,25,159). Sum of RGB (Red+Green+Blue) = 100+25+159=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #64199F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64199F is #9BE660. Grayscale: #3E3E3E. Windows color (decimal): -10217057 or 10426724. OLE color: 10426724.

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

Color convert

RGB 100 25 159 -
CMYK 0.37 0.84 0 0.38
HSL 273.58º 0.73% 0.36% -
HSV(B) 273.58º 0.84% 0.62% -
XYZ 11.86 5.91 33.32 -
YUV 62.7 182.35 154.6 -
System Red Green Blue C M Y K H S L
Decimal 100 25 159 0.37 0.84 0 0.38 273.58 0.73 0.36
Hex 64 19 9F 25 54 0 26 112 49 24
Octal 144 31 237 45 124 0 46 422 111 44
Binary 1100100 11001 10011111 100101 1010100 0 100110 100010010 1001001 100100

Color Harmonies of #64199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64199F

Black with #64199F

Text Example


Text Example

White with #64199F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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