#612453

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

Shades of Palatinate Purple #612453

Tints of Palatinate Purple #612453

Color information

#612453 (or 0x612453) is unknown color: approx Palatinate Purple. HEX triplet: 61, 24 and 53. RGB value is (97,36,83). Sum of RGB (Red+Green+Blue) = 97+36+83=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #612453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612453 is #9EDBAC. Grayscale: #3B3B3B. Windows color (decimal): -10410925 or 5448801. OLE color: 5448801.

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

Color convert

RGB973683-
CMYK00.630.140.62
HSL313.77º45.86%26.08%-
HSV(B)313.77º62.89%38.04%-
XYZ7.124.438.66-
YUV59.6141.21154.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 36 (14.45% from 255) = 16.67%
BLUE value IS 83 (32.81% from 255) = 38.43%
R=44.91%
G=16.67%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97368300.630.140.62313.7745.8626.08
Hex61245303FE3E13a2e1a
Octal1414412307716764725632
Binary110000110010010100110111111111011111010011101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612453; }

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

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

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

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

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

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

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

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