#612B5C

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

Shades of Palatinate Purple #612B5C

Tints of Palatinate Purple #612B5C

Color information

#612B5C (or 0x612B5C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2B and 5C. RGB value is (97,43,92). Sum of RGB (Red+Green+Blue) = 97+43+92=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #612B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612B5C is #9ED4A3. Grayscale: #404040. Windows color (decimal): -10409124 or 6040417. OLE color: 6040417.

HSL color Cylindrical-coordinate representation of color #612B5C: hue angle of 305.56º 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 #612B5C is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB974392-
CMYK00.560.050.62
HSL305.56º38.57%27.45%-
HSV(B)305.56º55.67%38.04%-
XYZ7.735.0410.69-
YUV64.73143.39151.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.81%
GREEN value IS 43 (17.19% from 255) = 18.53%
BLUE value IS 92 (36.33% from 255) = 39.66%
R=41.81%
G=18.53%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97439200.560.050.62305.5638.5727.45
Hex612B5C03853E132271b
Octal141531340705764624733
Binary11000011010111011100011100010111111010011001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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