Html Css Color HEX #60145E Palatinate Purple

📋 copy color: '#60145E'

red 96 ◦ green 20 ◦ blue 94

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

Shades of Palatinate Purple #60145E

Tints of Palatinate Purple #60145E

RGB

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

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

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

R = 45.71%
G = 9.52%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#60145E (or 0x60145E) is known color: Palatinate Purple. HEX triplet: 60, 14 and 5E. RGB value is (96,20,94). Sum of RGB (Red+Green+Blue) = 96+20+94=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #60145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60145E is #9FEBA1. Grayscale: #323232. Windows color (decimal): -10480546 or 6165600. OLE color: 6165600.

HSL color Cylindrical-coordinate representation of color #60145E: hue angle of 301.58º 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 #60145E is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 20 94 -
CMYK 0 0.79 0.02 0.62
HSL 301.58º 0.66% 0.23% -
HSV(B) 301.58º 0.79% 0.38% -
XYZ 7.09 3.8 10.95 -
YUV 51.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 96 20 94 0 0.79 0.02 0.62 301.58 0.66 0.23
Hex 60 14 5E 0 4F 2 3E 12E 42 17
Octal 140 24 136 0 117 2 76 456 102 27
Binary 1100000 10100 1011110 0 1001111 10 111110 100101110 1000010 10111

Color Harmonies of #60145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60145E

Black with #60145E

Text Example


Text Example

White with #60145E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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