Html Css Color HEX #64379D Royal Purple

📋 copy color: '#64379D'

red 100 ◦ green 55 ◦ blue 157

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

Shades of Royal Purple #64379D

Tints of Royal Purple #64379D

RGB

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

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

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

R = 32.05%
G = 17.63%
B = 50.32%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64379D (or 0x64379D) is known color: Royal Purple. HEX triplet: 64, 37 and 9D. RGB value is (100,55,157). Sum of RGB (Red+Green+Blue) = 100+55+157=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #64379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64379D is #9BC862. Grayscale: #4F4F4F. Windows color (decimal): -10209379 or 10303332. OLE color: 10303332.

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

Color convert

RGB 100 55 157 -
CMYK 0.36 0.65 0 0.38
HSL 266.47º 0.48% 0.42% -
HSV(B) 266.47º 0.65% 0.62% -
XYZ 12.71 7.88 32.75 -
YUV 80.08 171.41 142.21 -
System Red Green Blue C M Y K H S L
Decimal 100 55 157 0.36 0.65 0 0.38 266.47 0.48 0.42
Hex 64 37 9D 24 41 0 26 10A 30 2A
Octal 144 67 235 44 101 0 46 412 60 52
Binary 1100100 110111 10011101 100100 1000001 0 100110 100001010 110000 101010

Color Harmonies of #64379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64379D

Black with #64379D

Text Example


Text Example

White with #64379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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