Html Css Color HEX #60165A Palatinate Purple

📋 copy color: '#60165A'

red 96 ◦ green 22 ◦ blue 90

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

Shades of Palatinate Purple #60165A

Tints of Palatinate Purple #60165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.58%

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

R = 46.15%
G = 10.58%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#60165A (or 0x60165A) is known color: Palatinate Purple. HEX triplet: 60, 16 and 5A. RGB value is (96,22,90). Sum of RGB (Red+Green+Blue) = 96+22+90=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #60165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60165A is #9FE9A5. Grayscale: #333333. Windows color (decimal): -10480038 or 5903968. OLE color: 5903968.

HSL color Cylindrical-coordinate representation of color #60165A: hue angle of 304.86º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #60165A is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 22 90 -
CMYK 0 0.77 0.06 0.62
HSL 304.86º 0.63% 0.23% -
HSV(B) 304.86º 0.77% 0.38% -
XYZ 6.96 3.8 10.04 -
YUV 51.88 149.52 159.47 -
System Red Green Blue C M Y K H S L
Decimal 96 22 90 0 0.77 0.06 0.62 304.86 0.63 0.23
Hex 60 16 5A 0 4D 6 3E 131 3F 17
Octal 140 26 132 0 115 6 76 461 77 27
Binary 1100000 10110 1011010 0 1001101 110 111110 100110001 111111 10111

Color Harmonies of #60165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60165A

Black with #60165A

Text Example


Text Example

White with #60165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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