#61115A

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

Shades of Palatinate Purple #61115A

Tints of Palatinate Purple #61115A

Color information

#61115A (or 0x61115A) is unknown color: approx Palatinate Purple. HEX triplet: 61, 11 and 5A. RGB value is (97,17,90). Sum of RGB (Red+Green+Blue) = 97+17+90=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #61115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61115A is #9EEEA5. Grayscale: #313131. Windows color (decimal): -10415782 or 5902689. OLE color: 5902689.

HSL color Cylindrical-coordinate representation of color #61115A: hue angle of 305.25º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #61115A is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB971790-
CMYK00.820.070.62
HSL305.25º70.18%22.35%-
HSV(B)305.25º82.47%38.04%-
XYZ6.983.6810.02-
YUV49.24151162.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 17 (7.03% from 255) = 8.33%
BLUE value IS 90 (35.55% from 255) = 44.12%
R=47.55%
G=8.33%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97179000.820.070.62305.2570.1822.35
Hex61115A05273E1314616
Octal14121132012277646110626
Binary110000110001101101001010010111111110100110001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61115A; }

 p { color: rgb(97,17,90); }

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

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

 a { background-color: rgb(97,17,90); }

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

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

 span { border-color: rgb(97,17,90); }

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