#612652

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

Shades of Palatinate Purple #612652

Tints of Palatinate Purple #612652

Color information

#612652 (or 0x612652) is unknown color: approx Palatinate Purple. HEX triplet: 61, 26 and 52. RGB value is (97,38,82). Sum of RGB (Red+Green+Blue) = 97+38+82=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #612652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612652 is #9ED9AD. Grayscale: #3C3C3C. Windows color (decimal): -10410414 or 5383777. OLE color: 5383777.

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

Color convert

RGB973882-
CMYK00.610.150.62
HSL315.25º43.7%26.47%-
HSV(B)315.25º60.82%38.04%-
XYZ7.154.548.48-
YUV60.66140.05153.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 38 (15.23% from 255) = 17.51%
BLUE value IS 82 (32.42% from 255) = 37.79%
R=44.70%
G=17.51%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97388200.610.150.62315.2543.726.47
Hex61265203DF3E13b2c1a
Octal1414612207517764735432
Binary110000110011010100100111101111111111010011101110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612652; }

 p { color: rgb(97,38,82); }

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

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

 a { background-color: rgb(97,38,82); }

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

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

 span { border-color: rgb(97,38,82); }

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