Html Css Color HEX #64389F Royal Purple

📋 copy color: '#64389F'

red 100 ◦ green 56 ◦ blue 159

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

Shades of Royal Purple #64389F

Tints of Royal Purple #64389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.78%

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

R = 31.75%
G = 17.78%
B = 50.48%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64389F (or 0x64389F) is known color: Royal Purple. HEX triplet: 64, 38 and 9F. RGB value is (100,56,159). Sum of RGB (Red+Green+Blue) = 100+56+159=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #64389F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64389F is #9BC760. Grayscale: #505050. Windows color (decimal): -10209121 or 10434660. OLE color: 10434660.

HSL color Cylindrical-coordinate representation of color #64389F: hue angle of 265.63º 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 #64389F is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 56 159 -
CMYK 0.37 0.65 0 0.38
HSL 265.63º 0.48% 0.42% -
HSV(B) 265.63º 0.65% 0.62% -
XYZ 12.93 8.04 33.67 -
YUV 80.9 172.08 141.62 -
System Red Green Blue C M Y K H S L
Decimal 100 56 159 0.37 0.65 0 0.38 265.63 0.48 0.42
Hex 64 38 9F 25 41 0 26 10A 30 2A
Octal 144 70 237 45 101 0 46 412 60 52
Binary 1100100 111000 10011111 100101 1000001 0 100110 100001010 110000 101010

Color Harmonies of #64389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64389F

Black with #64389F

Text Example


Text Example

White with #64389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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