#611258

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

Shades of Palatinate Purple #611258

Tints of Palatinate Purple #611258

Color information

#611258 (or 0x611258) is unknown color: approx Palatinate Purple. HEX triplet: 61, 12 and 58. RGB value is (97,18,88). Sum of RGB (Red+Green+Blue) = 97+18+88=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #611258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611258 is #9EEDA7. Grayscale: #313131. Windows color (decimal): -10415528 or 5771873. OLE color: 5771873.

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

Color convert

RGB971888-
CMYK00.810.090.62
HSL306.84º68.7%22.55%-
HSV(B)306.84º81.44%38.04%-
XYZ6.913.689.58-
YUV49.6149.67161.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=47.78%
G=8.87%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97188800.810.090.62306.8468.722.55
Hex61125805193E1334517
Octal141221300121117646310527
Binary1100001100101011000010100011001111110100110011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611258; }

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

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

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

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

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

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

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

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