Html Css Color HEX #60145F Palatinate Purple

📋 copy color: '#60145F'

red 96 ◦ green 20 ◦ blue 95

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

Shades of Palatinate Purple #60145F

Tints of Palatinate Purple #60145F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.02%

R = 45.5%
G = 9.48%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#60145F (or 0x60145F) is known color: Palatinate Purple. HEX triplet: 60, 14 and 5F. RGB value is (96,20,95). Sum of RGB (Red+Green+Blue) = 96+20+95=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #60145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60145F is #9FEBA0. Grayscale: #333333. Windows color (decimal): -10480545 or 6231136. OLE color: 6231136.

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

Color convert

RGB 96 20 95 -
CMYK 0 0.79 0.01 0.62
HSL 300.79º 0.66% 0.23% -
HSV(B) 300.79º 0.79% 0.38% -
XYZ 7.14 3.81 11.19 -
YUV 51.27 152.68 159.9 -
System Red Green Blue C M Y K H S L
Decimal 96 20 95 0 0.79 0.01 0.62 300.79 0.66 0.23
Hex 60 14 5F 0 4F 1 3E 12D 42 17
Octal 140 24 137 0 117 1 76 455 102 27
Binary 1100000 10100 1011111 0 1001111 1 111110 100101101 1000010 10111

Color Harmonies of #60145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60145F

Black with #60145F

Text Example


Text Example

White with #60145F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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