Html Css Color HEX #64145E Palatinate Purple

📋 copy color: '#64145E'

red 100 ◦ green 20 ◦ blue 94

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

Shades of Palatinate Purple #64145E

Tints of Palatinate Purple #64145E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 43.93%

R = 46.73%
G = 9.35%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#64145E (or 0x64145E) is known color: Palatinate Purple. HEX triplet: 64, 14 and 5E. RGB value is (100,20,94). Sum of RGB (Red+Green+Blue) = 100+20+94=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #64145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64145E is #9BEBA1. Grayscale: #343434. Windows color (decimal): -10218402 or 6165604. OLE color: 6165604.

HSL color Cylindrical-coordinate representation of color #64145E: hue angle of 304.5º 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 #64145E is Cyan = 0, Magento = 0.8, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 20 94 -
CMYK 0 0.8 0.06 0.61
HSL 304.5º 0.67% 0.24% -
HSV(B) 304.5º 0.8% 0.39% -
XYZ 7.53 4.02 10.97 -
YUV 52.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 100 20 94 0 0.8 0.06 0.61 304.5 0.67 0.24
Hex 64 14 5E 0 50 6 3D 130 43 18
Octal 144 24 136 0 120 6 75 460 103 30
Binary 1100100 10100 1011110 0 1010000 110 111101 100110000 1000011 11000

Color Harmonies of #64145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64145E

Black with #64145E

Text Example


Text Example

White with #64145E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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