Html Css Color HEX #64239B Royal Purple

📋 copy color: '#64239B'

red 100 ◦ green 35 ◦ blue 155

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

Shades of Royal Purple #64239B

Tints of Royal Purple #64239B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.45%

R = 34.48%
G = 12.07%
B = 53.45%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64239B (or 0x64239B) is known color: Royal Purple. HEX triplet: 64, 23 and 9B. RGB value is (100,35,155). Sum of RGB (Red+Green+Blue) = 100+35+155=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #64239B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64239B is #9BDC64. Grayscale: #434343. Windows color (decimal): -10214501 or 10167140. OLE color: 10167140.

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

Color convert

RGB 100 35 155 -
CMYK 0.35 0.77 0 0.39
HSL 272.5º 0.63% 0.37% -
HSV(B) 272.5º 0.77% 0.61% -
XYZ 11.77 6.28 31.6 -
YUV 68.12 177.03 150.74 -
System Red Green Blue C M Y K H S L
Decimal 100 35 155 0.35 0.77 0 0.39 272.5 0.63 0.37
Hex 64 23 9B 23 4D 0 27 110 3F 25
Octal 144 43 233 43 115 0 47 420 77 45
Binary 1100100 100011 10011011 100011 1001101 0 100111 100010000 111111 100101

Color Harmonies of #64239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64239B

Black with #64239B

Text Example


Text Example

White with #64239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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