Html Css Color HEX #64145B Palatinate Purple

📋 copy color: '#64145B'

red 100 ◦ green 20 ◦ blue 91

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

Shades of Palatinate Purple #64145B

Tints of Palatinate Purple #64145B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.48%

 BLUE value IS 91 (35.94% from 255) = 43.13%

R = 47.39%
G = 9.48%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#64145B (or 0x64145B) is known color: Palatinate Purple. HEX triplet: 64, 14 and 5B. RGB value is (100,20,91). Sum of RGB (Red+Green+Blue) = 100+20+91=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #64145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64145B is #9BEBA4. Grayscale: #333333. Windows color (decimal): -10218405 or 5968996. OLE color: 5968996.

HSL color Cylindrical-coordinate representation of color #64145B: hue angle of 306.75º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64145B is Cyan = 0, Magento = 0.8, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 20 91 -
CMYK 0 0.8 0.09 0.61
HSL 306.75º 0.67% 0.24% -
HSV(B) 306.75º 0.8% 0.39% -
XYZ 7.39 3.96 10.27 -
YUV 52.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 100 20 91 0 0.8 0.09 0.61 306.75 0.67 0.24
Hex 64 14 5B 0 50 9 3D 133 43 18
Octal 144 24 133 0 120 11 75 463 103 30
Binary 1100100 10100 1011011 0 1010000 1001 111101 100110011 1000011 11000

Color Harmonies of #64145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64145B

Black with #64145B

Text Example


Text Example

White with #64145B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,20,91); }

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

background-color css

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

 a { background-color: rgb(100,20,91); }

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

border-color css

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

 span { border-color: rgb(100,20,91); }

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