Html Css Color HEX #60185F Palatinate Purple

📋 copy color: '#60185F'

red 96 ◦ green 24 ◦ blue 95

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

Shades of Palatinate Purple #60185F

Tints of Palatinate Purple #60185F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.16%

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

R = 44.65%
G = 11.16%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#60185F (or 0x60185F) is known color: Palatinate Purple. HEX triplet: 60, 18 and 5F. RGB value is (96,24,95). Sum of RGB (Red+Green+Blue) = 96+24+95=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #60185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60185F is #9FE7A0. Grayscale: #353535. Windows color (decimal): -10479521 or 6232160. OLE color: 6232160.

HSL color Cylindrical-coordinate representation of color #60185F: hue angle of 300.83º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60185F is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 24 95 -
CMYK 0 0.75 0.01 0.62
HSL 300.83º 0.6% 0.24% -
HSV(B) 300.83º 0.75% 0.38% -
XYZ 7.22 3.97 11.21 -
YUV 53.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 96 24 95 0 0.75 0.01 0.62 300.83 0.6 0.24
Hex 60 18 5F 0 4B 1 3E 12D 3C 18
Octal 140 30 137 0 113 1 76 455 74 30
Binary 1100000 11000 1011111 0 1001011 1 111110 100101101 111100 11000

Color Harmonies of #60185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60185F

Black with #60185F

Text Example


Text Example

White with #60185F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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