#612D5C

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

Shades of Palatinate Purple #612D5C

Tints of Palatinate Purple #612D5C

Color information

#612D5C (or 0x612D5C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2D and 5C. RGB value is (97,45,92). Sum of RGB (Red+Green+Blue) = 97+45+92=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #612D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612D5C is #9ED2A3. Grayscale: #414141. Windows color (decimal): -10408612 or 6040929. OLE color: 6040929.

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

Color convert

RGB974592-
CMYK00.540.050.62
HSL305.77º36.62%27.84%-
HSV(B)305.77º53.61%38.04%-
XYZ7.85.1910.72-
YUV65.91142.73150.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.45%
GREEN value IS 45 (17.97% from 255) = 19.23%
BLUE value IS 92 (36.33% from 255) = 39.32%
R=41.45%
G=19.23%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97459200.540.050.62305.7736.6227.84
Hex612D5C03653E132251c
Octal141551340665764624534
Binary11000011011011011100011011010111111010011001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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