#612158

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

Shades of Palatinate Purple #612158

Tints of Palatinate Purple #612158

Color information

#612158 (or 0x612158) is unknown color: approx Palatinate Purple. HEX triplet: 61, 21 and 58. RGB value is (97,33,88). Sum of RGB (Red+Green+Blue) = 97+33+88=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #612158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612158 is #9EDEA7. Grayscale: #3A3A3A. Windows color (decimal): -10411688 or 5775713. OLE color: 5775713.

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

Color convert

RGB973388-
CMYK00.660.090.62
HSL308.44º49.23%25.49%-
HSV(B)308.44º65.98%38.04%-
XYZ7.244.339.69-
YUV58.41144.7155.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.50%
GREEN value IS 33 (13.28% from 255) = 15.14%
BLUE value IS 88 (34.77% from 255) = 40.37%
R=44.50%
G=15.14%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97338800.660.090.62308.4449.2325.49
Hex61215804293E1343119
Octal14141130010211764646131
Binary1100001100001101100001000010100111111010011010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612158; }

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

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

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

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

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

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

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

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