Html Css Color HEX #60136A Palatinate Purple

📋 copy color: '#60136A'

red 96 ◦ green 19 ◦ blue 106

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

Shades of Palatinate Purple #60136A

Tints of Palatinate Purple #60136A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

 BLUE value IS 106 (41.8% from 255) = 47.96%

R = 43.44%
G = 8.6%
B = 47.96%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60136A (or 0x60136A) is known color: Palatinate Purple. HEX triplet: 60, 13 and 6A. RGB value is (96,19,106). Sum of RGB (Red+Green+Blue) = 96+19+106=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 106 - color contains mainly: blue. Hex color #60136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60136A is #9FEC95. Grayscale: #333333. Windows color (decimal): -10480790 or 6951776. OLE color: 6951776.

HSL color Cylindrical-coordinate representation of color #60136A: hue angle of 293.1º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #60136A is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 19 106 -
CMYK 0.09 0.82 0 0.58
HSL 293.1º 0.7% 0.25% -
HSV(B) 293.1º 0.82% 0.42% -
XYZ 7.66 3.99 14 -
YUV 51.94 158.51 159.43 -
System Red Green Blue C M Y K H S L
Decimal 96 19 106 0.09 0.82 0 0.58 293.1 0.7 0.25
Hex 60 13 6A 9 52 0 3A 125 46 19
Octal 140 23 152 11 122 0 72 445 106 31
Binary 1100000 10011 1101010 1001 1010010 0 111010 100100101 1000110 11001

Color Harmonies of #60136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60136A

Black with #60136A

Text Example


Text Example

White with #60136A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,19,106); }

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

background-color css

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

 a { background-color: rgb(96,19,106); }

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

border-color css

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

 span { border-color: rgb(96,19,106); }

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