#61055B

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

Shades of Palatinate Purple #61055B

Tints of Palatinate Purple #61055B

Color information

#61055B (or 0x61055B) is unknown color: approx Palatinate Purple. HEX triplet: 61, 05 and 5B. RGB value is (97,5,91). Sum of RGB (Red+Green+Blue) = 97+5+91=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61055B is #9EFAA4. Grayscale: #2A2A2A. Windows color (decimal): -10418853 or 5965153. OLE color: 5965153.

HSL color Cylindrical-coordinate representation of color #61055B: hue angle of 303.91º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #61055B is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB97591-
CMYK00.950.060.62
HSL303.91º90.2%20%-
HSV(B)303.91º94.85%38.04%-
XYZ6.873.4110.19-
YUV42.31155.48167.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 5 (2.34% from 255) = 2.59%
BLUE value IS 91 (35.94% from 255) = 47.15%
R=50.26%
G=2.59%
B=47.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9759100.950.060.62303.9190.220
Hex6155B05F63E1305a14
Octal1415133013767646013224
Binary1100001101101101101011111110111110100110000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61055B; }

 p { color: rgb(97,5,91); }

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

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

 a { background-color: rgb(97,5,91); }

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

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

 span { border-color: rgb(97,5,91); }

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