#612258

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

Shades of Palatinate Purple #612258

Tints of Palatinate Purple #612258

Color information

#612258 (or 0x612258) is unknown color: approx Palatinate Purple. HEX triplet: 61, 22 and 58. RGB value is (97,34,88). Sum of RGB (Red+Green+Blue) = 97+34+88=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #612258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612258 is #9EDDA7. Grayscale: #3A3A3A. Windows color (decimal): -10411432 or 5775969. OLE color: 5775969.

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

Color convert

RGB973488-
CMYK00.650.090.62
HSL308.57º48.09%25.69%-
HSV(B)308.57º64.95%38.04%-
XYZ7.264.399.7-
YUV58.99144.37155.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.29%
GREEN value IS 34 (13.67% from 255) = 15.53%
BLUE value IS 88 (34.77% from 255) = 40.18%
R=44.29%
G=15.53%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97348800.650.090.62308.5748.0925.69
Hex61225804193E135301a
Octal14142130010111764656032
Binary1100001100010101100001000001100111111010011010111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612258; }

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

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

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

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

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

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

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

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