#612754

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

Shades of Palatinate Purple #612754

Tints of Palatinate Purple #612754

Color information

#612754 (or 0x612754) is unknown color: approx Palatinate Purple. HEX triplet: 61, 27 and 54. RGB value is (97,39,84). Sum of RGB (Red+Green+Blue) = 97+39+84=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #612754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612754 is #9ED8AB. Grayscale: #3D3D3D. Windows color (decimal): -10410156 or 5515105. OLE color: 5515105.

HSL color Cylindrical-coordinate representation of color #612754: hue angle of 313.45º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #612754 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB973984-
CMYK00.600.130.62
HSL313.45º42.65%26.67%-
HSV(B)313.45º59.79%38.04%-
XYZ7.264.638.9-
YUV61.47140.72153.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.09%
GREEN value IS 39 (15.62% from 255) = 17.73%
BLUE value IS 84 (33.20% from 255) = 38.18%
R=44.09%
G=17.73%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97398400.600.130.62313.4542.6526.67
Hex61275403CD3E1392b1b
Octal1414712407415764715333
Binary110000110011110101000111100110111111010011100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612754; }

 p { color: rgb(97,39,84); }

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

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

 a { background-color: rgb(97,39,84); }

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

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

 span { border-color: rgb(97,39,84); }

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