Html Css Color HEX #64419F Royal Purple

📋 copy color: '#64419F'

red 100 ◦ green 65 ◦ blue 159

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

Shades of Royal Purple #64419F

Tints of Royal Purple #64419F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.06%

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

R = 30.86%
G = 20.06%
B = 49.07%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64419F (or 0x64419F) is known color: Royal Purple. HEX triplet: 64, 41 and 9F. RGB value is (100,65,159). Sum of RGB (Red+Green+Blue) = 100+65+159=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #64419F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64419F is #9BBE60. Grayscale: #555555. Windows color (decimal): -10206817 or 10436964. OLE color: 10436964.

HSL color Cylindrical-coordinate representation of color #64419F: hue angle of 262.34º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64419F is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 65 159 -
CMYK 0.37 0.59 0 0.38
HSL 262.34º 0.42% 0.44% -
HSV(B) 262.34º 0.59% 0.62% -
XYZ 13.4 8.99 33.83 -
YUV 86.18 169.1 137.86 -
System Red Green Blue C M Y K H S L
Decimal 100 65 159 0.37 0.59 0 0.38 262.34 0.42 0.44
Hex 64 41 9F 25 3B 0 26 106 2A 2C
Octal 144 101 237 45 73 0 46 406 52 54
Binary 1100100 1000001 10011111 100101 111011 0 100110 100000110 101010 101100

Color Harmonies of #64419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64419F

Black with #64419F

Text Example


Text Example

White with #64419F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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