#612C5C

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

Shades of Palatinate Purple #612C5C

Tints of Palatinate Purple #612C5C

Color information

#612C5C (or 0x612C5C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2C and 5C. RGB value is (97,44,92). Sum of RGB (Red+Green+Blue) = 97+44+92=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #612C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C5C is #9ED3A3. Grayscale: #414141. Windows color (decimal): -10408868 or 6040673. OLE color: 6040673.

HSL color Cylindrical-coordinate representation of color #612C5C: hue angle of 305.66º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #612C5C is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB974492-
CMYK00.550.050.62
HSL305.66º37.59%27.65%-
HSV(B)305.66º54.64%38.04%-
XYZ7.765.1210.7-
YUV65.32143.06150.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.63%
GREEN value IS 44 (17.58% from 255) = 18.88%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=41.63%
G=18.88%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97449200.550.050.62305.6637.5927.65
Hex612C5C03753E132261c
Octal141541340675764624634
Binary11000011011001011100011011110111111010011001010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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