#612A5E

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

Shades of Palatinate Purple #612A5E

Tints of Palatinate Purple #612A5E

Color information

#612A5E (or 0x612A5E) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2A and 5E. RGB value is (97,42,94). Sum of RGB (Red+Green+Blue) = 97+42+94=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #612A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612A5E is #9ED5A1. Grayscale: #404040. Windows color (decimal): -10409378 or 6171233. OLE color: 6171233.

HSL color Cylindrical-coordinate representation of color #612A5E: hue angle of 303.27º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #612A5E is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB974294-
CMYK00.570.030.62
HSL303.27º39.57%27.25%-
HSV(B)303.27º56.7%38.04%-
XYZ7.785.0111.15-
YUV64.37144.72151.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.63%
GREEN value IS 42 (16.80% from 255) = 18.03%
BLUE value IS 94 (37.11% from 255) = 40.34%
R=41.63%
G=18.03%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97429400.570.030.62303.2739.5727.25
Hex612A5E03933E12f281b
Octal141521360713764575033
Binary1100001101010101111001110011111111010010111110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612A5E; }

 p { color: rgb(97,42,94); }

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

<style>
 a { background-color: #612A5E; }

 a { background-color: rgb(97,42,94); }

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

<style>
 span { border-color: #612A5E; }

 span { border-color: rgb(97,42,94); }

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