#60275C

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

Shades of Palatinate Purple #60275C

Tints of Palatinate Purple #60275C

Color information

#60275C (or 0x60275C) is unknown color: approx Palatinate Purple. HEX triplet: 60, 27 and 5C. RGB value is (96,39,92). Sum of RGB (Red+Green+Blue) = 96+39+92=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #60275C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60275C is #9FD8A3. Grayscale: #3D3D3D. Windows color (decimal): -10475684 or 6039392. OLE color: 6039392.

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

Color convert

RGB963992-
CMYK00.590.040.62
HSL304.21º42.22%26.47%-
HSV(B)304.21º59.38%37.65%-
XYZ7.484.7110.64-
YUV62.08144.88152.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 39 (15.62% from 255) = 17.18%
BLUE value IS 92 (36.33% from 255) = 40.53%
R=42.29%
G=17.18%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96399200.590.040.62304.2142.2226.47
Hex60275C03B43E1302a1a
Octal140471340734764605232
Binary11000001001111011100011101110011111010011000010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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