#61175E

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

Shades of Palatinate Purple #61175E

Tints of Palatinate Purple #61175E

Color information

#61175E (or 0x61175E) is unknown color: approx Palatinate Purple. HEX triplet: 61, 17 and 5E. RGB value is (97,23,94). Sum of RGB (Red+Green+Blue) = 97+23+94=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #61175E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61175E is #9EE8A1. Grayscale: #353535. Windows color (decimal): -10414242 or 6166369. OLE color: 6166369.

HSL color Cylindrical-coordinate representation of color #61175E: hue angle of 302.43º 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 #61175E is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB972394-
CMYK00.760.030.62
HSL302.43º61.67%23.53%-
HSV(B)302.43º76.29%38.04%-
XYZ7.263.9610.97-
YUV53.22151.02159.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 23 (9.38% from 255) = 10.75%
BLUE value IS 94 (37.11% from 255) = 43.93%
R=45.33%
G=10.75%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97239400.760.030.62302.4361.6723.53
Hex61175E04C33E12e3e18
Octal1412713601143764567630
Binary1100001101111011110010011001111111010010111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61175E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61175E; }

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

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

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

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

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

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

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

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