#60235A

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

Shades of Palatinate Purple #60235A

Tints of Palatinate Purple #60235A

Color information

#60235A (or 0x60235A) is unknown color: approx Palatinate Purple. HEX triplet: 60, 23 and 5A. RGB value is (96,35,90). Sum of RGB (Red+Green+Blue) = 96+35+90=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 96 - color contains mainly: red. Hex color #60235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60235A is #9FDCA5. Grayscale: #3B3B3B. Windows color (decimal): -10476710 or 5907296. OLE color: 5907296.

HSL color Cylindrical-coordinate representation of color #60235A: hue angle of 305.9º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #60235A is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB963590-
CMYK00.640.060.62
HSL305.9º46.56%25.69%-
HSV(B)305.9º63.54%37.65%-
XYZ7.274.4310.14-
YUV59.51145.21154.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.44%
GREEN value IS 35 (14.06% from 255) = 15.84%
BLUE value IS 90 (35.55% from 255) = 40.72%
R=43.44%
G=15.84%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96359000.640.060.62305.946.5625.69
Hex60235A04063E1322f1a
Octal1404313201006764625732
Binary110000010001110110100100000011011111010011001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60235A; }

 p { color: rgb(96,35,90); }

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

<style>
 a { background-color: #60235A; }

 a { background-color: rgb(96,35,90); }

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

<style>
 span { border-color: #60235A; }

 span { border-color: rgb(96,35,90); }

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