Html Css Color HEX #60146A Palatinate Purple

📋 copy color: '#60146A'

red 96 ◦ green 20 ◦ blue 106

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

Shades of Palatinate Purple #60146A

Tints of Palatinate Purple #60146A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.01%

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

R = 43.24%
G = 9.01%
B = 47.75%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60146A (or 0x60146A) is known color: Palatinate Purple. HEX triplet: 60, 14 and 6A. RGB value is (96,20,106). Sum of RGB (Red+Green+Blue) = 96+20+106=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 106 - color contains mainly: blue. Hex color #60146A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60146A is #9FEB95. Grayscale: #343434. Windows color (decimal): -10480534 or 6952032. OLE color: 6952032.

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

Color convert

RGB 96 20 106 -
CMYK 0.09 0.81 0 0.58
HSL 293.02º 0.68% 0.25% -
HSV(B) 293.02º 0.81% 0.42% -
XYZ 7.68 4.03 14.01 -
YUV 52.53 158.18 159.01 -
System Red Green Blue C M Y K H S L
Decimal 96 20 106 0.09 0.81 0 0.58 293.02 0.68 0.25
Hex 60 14 6A 9 51 0 3A 125 44 19
Octal 140 24 152 11 121 0 72 445 104 31
Binary 1100000 10100 1101010 1001 1010001 0 111010 100100101 1000100 11001

Color Harmonies of #60146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60146A

Black with #60146A

Text Example


Text Example

White with #60146A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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