Html Css Color HEX #60165D Palatinate Purple

📋 copy color: '#60165D'

red 96 ◦ green 22 ◦ blue 93

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

Shades of Palatinate Purple #60165D

Tints of Palatinate Purple #60165D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.08%

R = 45.5%
G = 10.43%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#60165D (or 0x60165D) is known color: Palatinate Purple. HEX triplet: 60, 16 and 5D. RGB value is (96,22,93). Sum of RGB (Red+Green+Blue) = 96+22+93=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #60165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60165D is #9FE9A2. Grayscale: #343434. Windows color (decimal): -10480035 or 6100576. OLE color: 6100576.

HSL color Cylindrical-coordinate representation of color #60165D: hue angle of 302.43º 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 #60165D is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 22 93 -
CMYK 0 0.77 0.03 0.62
HSL 302.43º 0.63% 0.23% -
HSV(B) 302.43º 0.77% 0.38% -
XYZ 7.09 3.85 10.73 -
YUV 52.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 96 22 93 0 0.77 0.03 0.62 302.43 0.63 0.23
Hex 60 16 5D 0 4D 3 3E 12E 3F 17
Octal 140 26 135 0 115 3 76 456 77 27
Binary 1100000 10110 1011101 0 1001101 11 111110 100101110 111111 10111

Color Harmonies of #60165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60165D

Black with #60165D

Text Example


Text Example

White with #60165D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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