#60265B

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

Shades of Palatinate Purple #60265B

Tints of Palatinate Purple #60265B

Color information

#60265B (or 0x60265B) is unknown color: approx Palatinate Purple. HEX triplet: 60, 26 and 5B. RGB value is (96,38,91). Sum of RGB (Red+Green+Blue) = 96+38+91=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #60265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60265B is #9FD9A4. Grayscale: #3D3D3D. Windows color (decimal): -10475941 or 5973600. OLE color: 5973600.

HSL color Cylindrical-coordinate representation of color #60265B: hue angle of 305.17º 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 #60265B is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB963891-
CMYK00.600.050.62
HSL305.17º43.28%26.27%-
HSV(B)305.17º60.42%37.65%-
XYZ7.414.6310.4-
YUV61.38144.72152.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 91 (35.94% from 255) = 40.44%
R=42.67%
G=16.89%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96389100.600.050.62305.1743.2826.27
Hex60265B03C53E1312b1a
Octal140461330745764615332
Binary11000001001101011011011110010111111010011000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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