#612451

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

Shades of Palatinate Purple #612451

Tints of Palatinate Purple #612451

Color information

#612451 (or 0x612451) is unknown color: approx Palatinate Purple. HEX triplet: 61, 24 and 51. RGB value is (97,36,81). Sum of RGB (Red+Green+Blue) = 97+36+81=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #612451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612451 is #9EDBAE. Grayscale: #3B3B3B. Windows color (decimal): -10410927 or 5317729. OLE color: 5317729.

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

Color convert

RGB973681-
CMYK00.630.160.62
HSL315.74º45.86%26.08%-
HSV(B)315.74º62.89%38.04%-
XYZ7.054.48.26-
YUV59.37140.21154.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 36 (14.45% from 255) = 16.82%
BLUE value IS 81 (32.03% from 255) = 37.85%
R=45.33%
G=16.82%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97368100.630.160.62315.7445.8626.08
Hex61245103F103E13c2e1a
Octal1414412107720764745632
Binary1100001100100101000101111111000011111010011110010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612451; }

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

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

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

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

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

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

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

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