#612A5C

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

Shades of Palatinate Purple #612A5C

Tints of Palatinate Purple #612A5C

Color information

#612A5C (or 0x612A5C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2A and 5C. RGB value is (97,42,92). Sum of RGB (Red+Green+Blue) = 97+42+92=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #612A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612A5C is #9ED5A3. Grayscale: #3F3F3F. Windows color (decimal): -10409380 or 6040161. OLE color: 6040161.

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

Color convert

RGB974292-
CMYK00.570.050.62
HSL305.45º39.57%27.25%-
HSV(B)305.45º56.7%38.04%-
XYZ7.694.9710.68-
YUV64.14143.72151.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.99%
GREEN value IS 42 (16.80% from 255) = 18.18%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=41.99%
G=18.18%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97429200.570.050.62305.4539.5727.25
Hex612A5C03953E131281b
Octal141521340715764615033
Binary11000011010101011100011100110111111010011000110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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