Html Css Color HEX #60185B Palatinate Purple

📋 copy color: '#60185B'

red 96 ◦ green 24 ◦ blue 91

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

Shades of Palatinate Purple #60185B

Tints of Palatinate Purple #60185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.13%

R = 45.5%
G = 11.37%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#60185B (or 0x60185B) is known color: Palatinate Purple. HEX triplet: 60, 18 and 5B. RGB value is (96,24,91). Sum of RGB (Red+Green+Blue) = 96+24+91=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #60185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60185B is #9FE7A4. Grayscale: #343434. Windows color (decimal): -10479525 or 5970016. OLE color: 5970016.

HSL color Cylindrical-coordinate representation of color #60185B: hue angle of 304.17º 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 #60185B is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 24 91 -
CMYK 0 0.75 0.05 0.62
HSL 304.17º 0.6% 0.24% -
HSV(B) 304.17º 0.75% 0.38% -
XYZ 7.04 3.9 10.28 -
YUV 53.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 96 24 91 0 0.75 0.05 0.62 304.17 0.6 0.24
Hex 60 18 5B 0 4B 5 3E 130 3C 18
Octal 140 30 133 0 113 5 76 460 74 30
Binary 1100000 11000 1011011 0 1001011 101 111110 100110000 111100 11000

Color Harmonies of #60185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60185B

Black with #60185B

Text Example


Text Example

White with #60185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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