Html Css Color HEX #64239F Royal Purple

📋 copy color: '#64239F'

red 100 ◦ green 35 ◦ blue 159

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

Shades of Royal Purple #64239F

Tints of Royal Purple #64239F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.9%

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

R = 34.01%
G = 11.9%
B = 54.08%

CMYK

 C value IS 0.37

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64239F (or 0x64239F) is known color: Royal Purple. HEX triplet: 64, 23 and 9F. RGB value is (100,35,159). Sum of RGB (Red+Green+Blue) = 100+35+159=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #64239F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64239F is #9BDC60. Grayscale: #444444. Windows color (decimal): -10214497 or 10429284. OLE color: 10429284.

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

Color convert

RGB 100 35 159 -
CMYK 0.37 0.78 0 0.38
HSL 271.45º 0.64% 0.38% -
HSV(B) 271.45º 0.78% 0.62% -
XYZ 12.11 6.41 33.4 -
YUV 68.57 179.03 150.42 -
System Red Green Blue C M Y K H S L
Decimal 100 35 159 0.37 0.78 0 0.38 271.45 0.64 0.38
Hex 64 23 9F 25 4E 0 26 10F 40 26
Octal 144 43 237 45 116 0 46 417 100 46
Binary 1100100 100011 10011111 100101 1001110 0 100110 100001111 1000000 100110

Color Harmonies of #64239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64239F

Black with #64239F

Text Example


Text Example

White with #64239F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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