#612958

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

Shades of Palatinate Purple #612958

Tints of Palatinate Purple #612958

Color information

#612958 (or 0x612958) is unknown color: approx Palatinate Purple. HEX triplet: 61, 29 and 58. RGB value is (97,41,88). Sum of RGB (Red+Green+Blue) = 97+41+88=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #612958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612958 is #9ED6A7. Grayscale: #3E3E3E. Windows color (decimal): -10409640 or 5777761. OLE color: 5777761.

HSL color Cylindrical-coordinate representation of color #612958: hue angle of 309.64º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #612958 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB974188-
CMYK00.580.090.62
HSL309.64º40.58%27.06%-
HSV(B)309.64º57.73%38.04%-
XYZ7.484.839.77-
YUV63.1142.05152.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.92%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 88 (34.77% from 255) = 38.94%
R=42.92%
G=18.14%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97418800.580.090.62309.6440.5827.06
Hex61295803A93E136291b
Octal1415113007211764665133
Binary110000110100110110000111010100111111010011011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612958; }

 p { color: rgb(97,41,88); }

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

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

 a { background-color: rgb(97,41,88); }

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

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

 span { border-color: rgb(97,41,88); }

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