Html Css Color HEX #60165C Palatinate Purple

📋 copy color: '#60165C'

red 96 ◦ green 22 ◦ blue 92

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

Shades of Palatinate Purple #60165C

Tints of Palatinate Purple #60165C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.81%

R = 45.71%
G = 10.48%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#60165C (or 0x60165C) is known color: Palatinate Purple. HEX triplet: 60, 16 and 5C. RGB value is (96,22,92). Sum of RGB (Red+Green+Blue) = 96+22+92=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #60165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60165C is #9FE9A3. Grayscale: #333333. Windows color (decimal): -10480036 or 6035040. OLE color: 6035040.

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

Color convert

RGB 96 22 92 -
CMYK 0 0.77 0.04 0.62
HSL 303.24º 0.63% 0.23% -
HSV(B) 303.24º 0.77% 0.38% -
XYZ 7.04 3.83 10.49 -
YUV 52.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 96 22 92 0 0.77 0.04 0.62 303.24 0.63 0.23
Hex 60 16 5C 0 4D 4 3E 12F 3F 17
Octal 140 26 134 0 115 4 76 457 77 27
Binary 1100000 10110 1011100 0 1001101 100 111110 100101111 111111 10111

Color Harmonies of #60165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60165C

Black with #60165C

Text Example


Text Example

White with #60165C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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