Html Css Color HEX #60115F Palatinate Purple

📋 copy color: '#60115F'

red 96 ◦ green 17 ◦ blue 95

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

Shades of Palatinate Purple #60115F

Tints of Palatinate Purple #60115F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.17%

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

R = 46.15%
G = 8.17%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#60115F (or 0x60115F) is known color: Palatinate Purple. HEX triplet: 60, 11 and 5F. RGB value is (96,17,95). Sum of RGB (Red+Green+Blue) = 96+17+95=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #60115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60115F is #9FEEA0. Grayscale: #313131. Windows color (decimal): -10481313 or 6230368. OLE color: 6230368.

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

Color convert

RGB 96 17 95 -
CMYK 0 0.82 0.01 0.62
HSL 300.76º 0.7% 0.22% -
HSV(B) 300.76º 0.82% 0.38% -
XYZ 7.09 3.71 11.17 -
YUV 49.51 153.67 161.16 -
System Red Green Blue C M Y K H S L
Decimal 96 17 95 0 0.82 0.01 0.62 300.76 0.7 0.22
Hex 60 11 5F 0 52 1 3E 12D 46 16
Octal 140 21 137 0 122 1 76 455 106 26
Binary 1100000 10001 1011111 0 1010010 1 111110 100101101 1000110 10110

Color Harmonies of #60115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60115F

Black with #60115F

Text Example


Text Example

White with #60115F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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