#60265C

Color #60265C Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #60265C

Tints of Palatinate Purple #60265C

Color information

#60265C (or 0x60265C) is unknown color: approx Palatinate Purple. HEX triplet: 60, 26 and 5C. RGB value is (96,38,92). Sum of RGB (Red+Green+Blue) = 96+38+92=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 96 - color contains mainly: red. Hex color #60265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60265C is #9FD9A3. Grayscale: #3D3D3D. Windows color (decimal): -10475940 or 6039136. OLE color: 6039136.

HSL color Cylindrical-coordinate representation of color #60265C: hue angle of 304.14º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60265C is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB963892-
CMYK00.600.040.62
HSL304.14º43.28%26.27%-
HSV(B)304.14º60.42%37.65%-
XYZ7.454.6510.63-
YUV61.5145.22152.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.48%
GREEN value IS 38 (15.23% from 255) = 16.81%
BLUE value IS 92 (36.33% from 255) = 40.71%
R=42.48%
G=16.81%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96389200.600.040.62304.1443.2826.27
Hex60265C03C43E1302b1a
Octal140461340744764605332
Binary11000001001101011100011110010011111010011000010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #60265C;
 }
 .AnyTagClassName
 {
   color: #60265C;
 }
</style>
background-color css

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

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

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

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

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

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