Html Css Color HEX #60145D Palatinate Purple

📋 copy color: '#60145D'

red 96 ◦ green 20 ◦ blue 93

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

Shades of Palatinate Purple #60145D

Tints of Palatinate Purple #60145D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.5%

R = 45.93%
G = 9.57%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#60145D (or 0x60145D) is known color: Palatinate Purple. HEX triplet: 60, 14 and 5D. RGB value is (96,20,93). Sum of RGB (Red+Green+Blue) = 96+20+93=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #60145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60145D is #9FEBA2. Grayscale: #323232. Windows color (decimal): -10480547 or 6100064. OLE color: 6100064.

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

Color convert

RGB 96 20 93 -
CMYK 0 0.79 0.03 0.62
HSL 302.37º 0.66% 0.23% -
HSV(B) 302.37º 0.79% 0.38% -
XYZ 7.05 3.78 10.71 -
YUV 51.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 96 20 93 0 0.79 0.03 0.62 302.37 0.66 0.23
Hex 60 14 5D 0 4F 3 3E 12E 42 17
Octal 140 24 135 0 117 3 76 456 102 27
Binary 1100000 10100 1011101 0 1001111 11 111110 100101110 1000010 10111

Color Harmonies of #60145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60145D

Black with #60145D

Text Example


Text Example

White with #60145D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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