Html Css Color HEX #60165E Palatinate Purple

📋 copy color: '#60165E'

red 96 ◦ green 22 ◦ blue 94

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

Shades of Palatinate Purple #60165E

Tints of Palatinate Purple #60165E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 44.34%

R = 45.28%
G = 10.38%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#60165E (or 0x60165E) is known color: Palatinate Purple. HEX triplet: 60, 16 and 5E. RGB value is (96,22,94). Sum of RGB (Red+Green+Blue) = 96+22+94=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #60165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60165E is #9FE9A1. Grayscale: #343434. Windows color (decimal): -10480034 or 6166112. OLE color: 6166112.

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

Color convert

RGB 96 22 94 -
CMYK 0 0.77 0.02 0.62
HSL 301.62º 0.63% 0.23% -
HSV(B) 301.62º 0.77% 0.38% -
XYZ 7.13 3.87 10.96 -
YUV 52.33 151.52 159.15 -
System Red Green Blue C M Y K H S L
Decimal 96 22 94 0 0.77 0.02 0.62 301.62 0.63 0.23
Hex 60 16 5E 0 4D 2 3E 12E 3F 17
Octal 140 26 136 0 115 2 76 456 77 27
Binary 1100000 10110 1011110 0 1001101 10 111110 100101110 111111 10111

Color Harmonies of #60165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60165E

Black with #60165E

Text Example


Text Example

White with #60165E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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