#612758

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

Shades of Palatinate Purple #612758

Tints of Palatinate Purple #612758

Color information

#612758 (or 0x612758) is unknown color: approx Palatinate Purple. HEX triplet: 61, 27 and 58. RGB value is (97,39,88). Sum of RGB (Red+Green+Blue) = 97+39+88=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #612758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612758 is #9ED8A7. Grayscale: #3D3D3D. Windows color (decimal): -10410152 or 5777249. OLE color: 5777249.

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

Color convert

RGB973988-
CMYK00.600.090.62
HSL309.31º42.65%26.67%-
HSV(B)309.31º59.79%38.04%-
XYZ7.424.79.75-
YUV61.93142.72153.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 39 (15.62% from 255) = 17.41%
BLUE value IS 88 (34.77% from 255) = 39.29%
R=43.30%
G=17.41%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97398800.600.090.62309.3142.6526.67
Hex61275803C93E1352b1b
Octal1414713007411764655333
Binary110000110011110110000111100100111111010011010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612758; }

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

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

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

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

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

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

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

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