Html Css Color HEX #60165F Palatinate Purple

📋 copy color: '#60165F'

red 96 ◦ green 22 ◦ blue 95

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

Shades of Palatinate Purple #60165F

Tints of Palatinate Purple #60165F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 44.6%

R = 45.07%
G = 10.33%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#60165F (or 0x60165F) is known color: Palatinate Purple. HEX triplet: 60, 16 and 5F. RGB value is (96,22,95). Sum of RGB (Red+Green+Blue) = 96+22+95=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #60165F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60165F is #9FE9A0. Grayscale: #343434. Windows color (decimal): -10480033 or 6231648. OLE color: 6231648.

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

Color convert

RGB 96 22 95 -
CMYK 0 0.77 0.01 0.62
HSL 300.81º 0.63% 0.23% -
HSV(B) 300.81º 0.77% 0.38% -
XYZ 7.18 3.89 11.2 -
YUV 52.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 96 22 95 0 0.77 0.01 0.62 300.81 0.63 0.23
Hex 60 16 5F 0 4D 1 3E 12D 3F 17
Octal 140 26 137 0 115 1 76 455 77 27
Binary 1100000 10110 1011111 0 1001101 1 111110 100101101 111111 10111

Color Harmonies of #60165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60165F

Black with #60165F

Text Example


Text Example

White with #60165F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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