Html Css Color HEX #60115A Palatinate Purple

📋 copy color: '#60115A'

red 96 ◦ green 17 ◦ blue 90

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

Shades of Palatinate Purple #60115A

Tints of Palatinate Purple #60115A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 44.33%

R = 47.29%
G = 8.37%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#60115A (or 0x60115A) is known color: Palatinate Purple. HEX triplet: 60, 11 and 5A. RGB value is (96,17,90). Sum of RGB (Red+Green+Blue) = 96+17+90=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #60115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60115A is #9FEEA5. Grayscale: #303030. Windows color (decimal): -10481318 or 5902688. OLE color: 5902688.

HSL color Cylindrical-coordinate representation of color #60115A: hue angle of 304.56º 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 #60115A is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 17 90 -
CMYK 0 0.82 0.06 0.62
HSL 304.56º 0.7% 0.22% -
HSV(B) 304.56º 0.82% 0.38% -
XYZ 6.87 3.63 10.01 -
YUV 48.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 96 17 90 0 0.82 0.06 0.62 304.56 0.7 0.22
Hex 60 11 5A 0 52 6 3E 131 46 16
Octal 140 21 132 0 122 6 76 461 106 26
Binary 1100000 10001 1011010 0 1010010 110 111110 100110001 1000110 10110

Color Harmonies of #60115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60115A

Black with #60115A

Text Example


Text Example

White with #60115A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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