Html Css Color HEX #64319F Royal Purple

📋 copy color: '#64319F'

red 100 ◦ green 49 ◦ blue 159

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

Shades of Royal Purple #64319F

Tints of Royal Purple #64319F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.91%

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

R = 32.47%
G = 15.91%
B = 51.62%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64319F (or 0x64319F) is known color: Royal Purple. HEX triplet: 64, 31 and 9F. RGB value is (100,49,159). Sum of RGB (Red+Green+Blue) = 100+49+159=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #64319F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64319F is #9BCE60. Grayscale: #4C4C4C. Windows color (decimal): -10210913 or 10432868. OLE color: 10432868.

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

Color convert

RGB 100 49 159 -
CMYK 0.37 0.69 0 0.38
HSL 267.82º 0.53% 0.41% -
HSV(B) 267.82º 0.69% 0.62% -
XYZ 12.61 7.41 33.57 -
YUV 76.79 174.4 144.56 -
System Red Green Blue C M Y K H S L
Decimal 100 49 159 0.37 0.69 0 0.38 267.82 0.53 0.41
Hex 64 31 9F 25 45 0 26 10C 35 29
Octal 144 61 237 45 105 0 46 414 65 51
Binary 1100100 110001 10011111 100101 1000101 0 100110 100001100 110101 101001

Color Harmonies of #64319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64319F

Black with #64319F

Text Example


Text Example

White with #64319F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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