Html Css Color HEX #64379C Royal Purple

📋 copy color: '#64379C'

red 100 ◦ green 55 ◦ blue 156

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

Shades of Royal Purple #64379C

Tints of Royal Purple #64379C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.68%

 BLUE value IS 156 (61.33% from 255) = 50.16%

R = 32.15%
G = 17.68%
B = 50.16%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64379C (or 0x64379C) is known color: Royal Purple. HEX triplet: 64, 37 and 9C. RGB value is (100,55,156). Sum of RGB (Red+Green+Blue) = 100+55+156=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #64379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64379C is #9BC863. Grayscale: #4F4F4F. Windows color (decimal): -10209380 or 10237796. OLE color: 10237796.

HSL color Cylindrical-coordinate representation of color #64379C: hue angle of 266.73º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64379C is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 55 156 -
CMYK 0.36 0.65 0 0.39
HSL 266.73º 0.48% 0.41% -
HSV(B) 266.73º 0.65% 0.61% -
XYZ 12.62 7.84 32.3 -
YUV 79.97 170.91 142.29 -
System Red Green Blue C M Y K H S L
Decimal 100 55 156 0.36 0.65 0 0.39 266.73 0.48 0.41
Hex 64 37 9C 24 41 0 27 10B 30 29
Octal 144 67 234 44 101 0 47 413 60 51
Binary 1100100 110111 10011100 100100 1000001 0 100111 100001011 110000 101001

Color Harmonies of #64379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64379C

Black with #64379C

Text Example


Text Example

White with #64379C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64379C; }

 p { color: rgb(100,55,156); }

 H1.HeaderClassName
 {
   color: #64379C;
 }
 .AnyTagClassName
 {
   color: #64379C;
 }
</style>

background-color css

<style>
 a { background-color: #64379C; }

 a { background-color: rgb(100,55,156); }

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

border-color css

<style>
 span { border-color: #64379C; }

 span { border-color: rgb(100,55,156); }

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