#612151

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

Shades of Palatinate Purple #612151

Tints of Palatinate Purple #612151

Color information

#612151 (or 0x612151) is unknown color: approx Palatinate Purple. HEX triplet: 61, 21 and 51. RGB value is (97,33,81). Sum of RGB (Red+Green+Blue) = 97+33+81=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #612151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612151 is #9EDEAE. Grayscale: #393939. Windows color (decimal): -10411695 or 5316961. OLE color: 5316961.

HSL color Cylindrical-coordinate representation of color #612151: hue angle of 315º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #612151 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB973381-
CMYK00.660.160.62
HSL315º49.23%25.49%-
HSV(B)315º65.98%38.04%-
XYZ6.964.228.23-
YUV57.61141.2156.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 81 (32.03% from 255) = 38.39%
R=45.97%
G=15.64%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97338100.660.160.6231549.2325.49
Hex612151042103E13b3119
Octal14141121010220764736131
Binary11000011000011010001010000101000011111010011101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612151; }

 p { color: rgb(97,33,81); }

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

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

 a { background-color: rgb(97,33,81); }

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

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

 span { border-color: rgb(97,33,81); }

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