Html Css Color HEX #60144F Palatinate Purple

📋 copy color: '#60144F'

red 96 ◦ green 20 ◦ blue 79

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

Shades of Palatinate Purple #60144F

Tints of Palatinate Purple #60144F

RGB

 RED value IS 96 (37.89% from 255) = 49.23%

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

 BLUE value IS 79 (31.25% from 255) = 40.51%

R = 49.23%
G = 10.26%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#60144F (or 0x60144F) is known color: Palatinate Purple. HEX triplet: 60, 14 and 4F. RGB value is (96,20,79). Sum of RGB (Red+Green+Blue) = 96+20+79=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60144F is #9FEBB0. Grayscale: #313131. Windows color (decimal): -10480561 or 5182560. OLE color: 5182560.

HSL color Cylindrical-coordinate representation of color #60144F: hue angle of 313.42º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60144F is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 20 79 -
CMYK 0 0.79 0.18 0.62
HSL 313.42º 0.66% 0.23% -
HSV(B) 313.42º 0.79% 0.38% -
XYZ 6.49 3.55 7.74 -
YUV 49.45 144.68 161.2 -
System Red Green Blue C M Y K H S L
Decimal 96 20 79 0 0.79 0.18 0.62 313.42 0.66 0.23
Hex 60 14 4F 0 4F 12 3E 139 42 17
Octal 140 24 117 0 117 22 76 471 102 27
Binary 1100000 10100 1001111 0 1001111 10010 111110 100111001 1000010 10111

Color Harmonies of #60144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60144F

Black with #60144F

Text Example


Text Example

White with #60144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60144F; }

 p { color: rgb(96,20,79); }

 H1.HeaderClassName
 {
   color: #60144F;
 }
 .AnyTagClassName
 {
   color: #60144F;
 }
</style>

background-color css

<style>
 a { background-color: #60144F; }

 a { background-color: rgb(96,20,79); }

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

border-color css

<style>
 span { border-color: #60144F; }

 span { border-color: rgb(96,20,79); }

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