Html Css Color HEX #64369F Royal Purple

📋 copy color: '#64369F'

red 100 ◦ green 54 ◦ blue 159

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

Shades of Royal Purple #64369F

Tints of Royal Purple #64369F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.25%

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

R = 31.95%
G = 17.25%
B = 50.8%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64369F (or 0x64369F) is known color: Royal Purple. HEX triplet: 64, 36 and 9F. RGB value is (100,54,159). Sum of RGB (Red+Green+Blue) = 100+54+159=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #64369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64369F is #9BC960. Grayscale: #4F4F4F. Windows color (decimal): -10209633 or 10434148. OLE color: 10434148.

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

Color convert

RGB 100 54 159 -
CMYK 0.37 0.66 0 0.38
HSL 266.29º 0.49% 0.42% -
HSV(B) 266.29º 0.66% 0.62% -
XYZ 12.83 7.85 33.64 -
YUV 79.72 172.74 142.46 -
System Red Green Blue C M Y K H S L
Decimal 100 54 159 0.37 0.66 0 0.38 266.29 0.49 0.42
Hex 64 36 9F 25 42 0 26 10A 31 2A
Octal 144 66 237 45 102 0 46 412 61 52
Binary 1100100 110110 10011111 100101 1000010 0 100110 100001010 110001 101010

Color Harmonies of #64369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64369F

Black with #64369F

Text Example


Text Example

White with #64369F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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