#611758

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

Shades of Palatinate Purple #611758

Tints of Palatinate Purple #611758

Color information

#611758 (or 0x611758) is unknown color: approx Palatinate Purple. HEX triplet: 61, 17 and 58. RGB value is (97,23,88). Sum of RGB (Red+Green+Blue) = 97+23+88=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #611758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611758 is #9EE8A7. Grayscale: #343434. Windows color (decimal): -10414248 or 5773153. OLE color: 5773153.

HSL color Cylindrical-coordinate representation of color #611758: hue angle of 307.3º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #611758 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB972388-
CMYK00.760.090.62
HSL307.3º61.67%23.53%-
HSV(B)307.3º76.29%38.04%-
XYZ73.869.61-
YUV52.54148.02159.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 23 (9.38% from 255) = 11.06%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=46.63%
G=11.06%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97238800.760.090.62307.361.6723.53
Hex61175804C93E1333e18
Octal14127130011411764637630
Binary110000110111101100001001100100111111010011001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611758; }

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

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

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

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

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

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

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

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