Html Css Color HEX #64239A Royal Purple

📋 copy color: '#64239A'

red 100 ◦ green 35 ◦ blue 154

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

Shades of Royal Purple #64239A

Tints of Royal Purple #64239A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 53.29%

R = 34.6%
G = 12.11%
B = 53.29%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#64239A (or 0x64239A) is known color: Royal Purple. HEX triplet: 64, 23 and 9A. RGB value is (100,35,154). Sum of RGB (Red+Green+Blue) = 100+35+154=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 154 (60.55% from 255 or 53.29% from 289); Max value from RGB is 154 - color contains mainly: blue. Hex color #64239A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64239A is #9BDC65. Grayscale: #434343. Windows color (decimal): -10214502 or 10101604. OLE color: 10101604.

HSL color Cylindrical-coordinate representation of color #64239A: hue angle of 272.77º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64239A is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 35 154 -
CMYK 0.35 0.77 0 0.40
HSL 272.77º 0.63% 0.37% -
HSV(B) 272.77º 0.77% 0.6% -
XYZ 11.69 6.24 31.16 -
YUV 68 176.53 150.82 -
System Red Green Blue C M Y K H S L
Decimal 100 35 154 0.35 0.77 0 0.40 272.77 0.63 0.37
Hex 64 23 9A 23 4D 0 28 111 3F 25
Octal 144 43 232 43 115 0 50 421 77 45
Binary 1100100 100011 10011010 100011 1001101 0 101000 100010001 111111 100101

Color Harmonies of #64239A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64239A

Black with #64239A

Text Example


Text Example

White with #64239A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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