#612B58

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

Shades of Palatinate Purple #612B58

Tints of Palatinate Purple #612B58

Color information

#612B58 (or 0x612B58) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2B and 58. RGB value is (97,43,88). Sum of RGB (Red+Green+Blue) = 97+43+88=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #612B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612B58 is #9ED4A7. Grayscale: #404040. Windows color (decimal): -10409128 or 5778273. OLE color: 5778273.

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

Color convert

RGB974388-
CMYK00.560.090.62
HSL310º38.57%27.45%-
HSV(B)310º55.67%38.04%-
XYZ7.564.979.79-
YUV64.28141.39151.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.54%
GREEN value IS 43 (17.19% from 255) = 18.86%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=42.54%
G=18.86%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97438800.560.090.6231038.5727.45
Hex612B5803893E136271b
Octal1415313007011764664733
Binary110000110101110110000111000100111111010011011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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