Html Css Color HEX #64239D Royal Purple

📋 copy color: '#64239D'

red 100 ◦ green 35 ◦ blue 157

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

Shades of Royal Purple #64239D

Tints of Royal Purple #64239D

RGB

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

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

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

R = 34.25%
G = 11.99%
B = 53.77%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64239D (or 0x64239D) is known color: Royal Purple. HEX triplet: 64, 23 and 9D. RGB value is (100,35,157). Sum of RGB (Red+Green+Blue) = 100+35+157=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #64239D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64239D is #9BDC62. Grayscale: #434343. Windows color (decimal): -10214499 or 10298212. OLE color: 10298212.

HSL color Cylindrical-coordinate representation of color #64239D: hue angle of 271.97º 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 #64239D is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 35 157 -
CMYK 0.36 0.78 0 0.38
HSL 271.97º 0.64% 0.38% -
HSV(B) 271.97º 0.78% 0.62% -
XYZ 11.94 6.35 32.49 -
YUV 68.34 178.03 150.58 -
System Red Green Blue C M Y K H S L
Decimal 100 35 157 0.36 0.78 0 0.38 271.97 0.64 0.38
Hex 64 23 9D 24 4E 0 26 110 40 26
Octal 144 43 235 44 116 0 46 420 100 46
Binary 1100100 100011 10011101 100100 1001110 0 100110 100010000 1000000 100110

Color Harmonies of #64239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64239D

Black with #64239D

Text Example


Text Example

White with #64239D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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