#611452

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

Shades of Palatinate Purple #611452

Tints of Palatinate Purple #611452

Color information

#611452 (or 0x611452) is unknown color: approx Palatinate Purple. HEX triplet: 61, 14 and 52. RGB value is (97,20,82). Sum of RGB (Red+Green+Blue) = 97+20+82=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #611452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611452 is #9EEBAD. Grayscale: #313131. Windows color (decimal): -10415022 or 5379169. OLE color: 5379169.

HSL color Cylindrical-coordinate representation of color #611452: hue angle of 311.69º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #611452 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB972082-
CMYK00.790.150.62
HSL311.69º65.81%22.94%-
HSV(B)311.69º79.38%38.04%-
XYZ6.73.658.33-
YUV50.09146.01161.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 20 (8.20% from 255) = 10.05%
BLUE value IS 82 (32.42% from 255) = 41.21%
R=48.74%
G=10.05%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97208200.790.150.62311.6965.8122.94
Hex61145204FF3E1384217
Octal141241220117177647010227
Binary1100001101001010010010011111111111110100111000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611452; }

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

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

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

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

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

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

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

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