#612B5D

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

Shades of Palatinate Purple #612B5D

Tints of Palatinate Purple #612B5D

Color information

#612B5D (or 0x612B5D) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2B and 5D. RGB value is (97,43,93). Sum of RGB (Red+Green+Blue) = 97+43+93=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #612B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612B5D is #9ED4A2. Grayscale: #404040. Windows color (decimal): -10409123 or 6105953. OLE color: 6105953.

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

Color convert

RGB974393-
CMYK00.560.040.62
HSL304.44º38.57%27.45%-
HSV(B)304.44º55.67%38.04%-
XYZ7.775.0610.92-
YUV64.85143.89150.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.63%
GREEN value IS 43 (17.19% from 255) = 18.45%
BLUE value IS 93 (36.72% from 255) = 39.91%
R=41.63%
G=18.45%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97439300.560.040.62304.4438.5727.45
Hex612B5D03843E130271b
Octal141531350704764604733
Binary11000011010111011101011100010011111010011000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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