#5F235A

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

Shades of Palatinate Purple #5F235A

Tints of Palatinate Purple #5F235A

Color information

#5F235A (or 0x5F235A) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 23 and 5A. RGB value is (95,35,90). Sum of RGB (Red+Green+Blue) = 95+35+90=220 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.18% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 95 - color contains mainly: red. Hex color #5F235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F235A is #A0DCA5. Grayscale: #3B3B3B. Windows color (decimal): -10542246 or 5907295. OLE color: 5907295.

HSL color Cylindrical-coordinate representation of color #5F235A: hue angle of 305º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F235A is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB953590-
CMYK00.630.050.63
HSL305º46.15%25.49%-
HSV(B)305º63.16%37.25%-
XYZ7.174.3710.14-
YUV59.21145.38153.53-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 43.18%
GREEN value IS 35 (14.06% from 255) = 15.91%
BLUE value IS 90 (35.55% from 255) = 40.91%
R=43.18%
G=15.91%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95359000.630.050.6330546.1525.49
Hex5F235A03F53F1312e19
Octal137431320775774615631
Binary10111111000111011010011111110111111110011000110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F235A; }

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

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

<style>
 a { background-color: #5F235A; }

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

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

<style>
 span { border-color: #5F235A; }

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

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