#611352

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

Shades of Palatinate Purple #611352

Tints of Palatinate Purple #611352

Color information

#611352 (or 0x611352) is unknown color: approx Palatinate Purple. HEX triplet: 61, 13 and 52. RGB value is (97,19,82). Sum of RGB (Red+Green+Blue) = 97+19+82=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #611352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611352 is #9EECAD. Grayscale: #313131. Windows color (decimal): -10415278 or 5378913. OLE color: 5378913.

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

Color convert

RGB971982-
CMYK00.800.150.62
HSL311.54º67.24%22.75%-
HSV(B)311.54º80.41%38.04%-
XYZ6.693.628.33-
YUV49.5146.34161.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.99%
GREEN value IS 19 (7.81% from 255) = 9.60%
BLUE value IS 82 (32.42% from 255) = 41.41%
R=48.99%
G=9.60%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97198200.800.150.62311.5467.2422.75
Hex611352050F3E1384317
Octal141231220120177647010327
Binary1100001100111010010010100001111111110100111000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611352; }

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

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

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

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

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

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

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

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