#612452

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

Shades of Palatinate Purple #612452

Tints of Palatinate Purple #612452

Color information

#612452 (or 0x612452) is unknown color: approx Palatinate Purple. HEX triplet: 61, 24 and 52. RGB value is (97,36,82). Sum of RGB (Red+Green+Blue) = 97+36+82=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #612452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612452 is #9EDBAD. Grayscale: #3B3B3B. Windows color (decimal): -10410926 or 5383265. OLE color: 5383265.

HSL color Cylindrical-coordinate representation of color #612452: hue angle of 314.75º 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 #612452 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB973682-
CMYK00.630.150.62
HSL314.75º45.86%26.08%-
HSV(B)314.75º62.89%38.04%-
XYZ7.084.418.46-
YUV59.48140.71154.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 36 (14.45% from 255) = 16.74%
BLUE value IS 82 (32.42% from 255) = 38.14%
R=45.12%
G=16.74%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97368200.630.150.62314.7545.8626.08
Hex61245203FF3E13b2e1a
Octal1414412207717764735632
Binary110000110010010100100111111111111111010011101110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612452; }

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

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

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

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

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

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

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

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