#61175F

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

Shades of Palatinate Purple #61175F

Tints of Palatinate Purple #61175F

Color information

#61175F (or 0x61175F) is unknown color: approx Palatinate Purple. HEX triplet: 61, 17 and 5F. RGB value is (97,23,95). Sum of RGB (Red+Green+Blue) = 97+23+95=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #61175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61175F is #9EE8A0. Grayscale: #353535. Windows color (decimal): -10414241 or 6231905. OLE color: 6231905.

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

Color convert

RGB972395-
CMYK00.760.020.62
HSL301.62º61.67%23.53%-
HSV(B)301.62º76.29%38.04%-
XYZ7.33.9811.21-
YUV53.33151.52159.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 23 (9.38% from 255) = 10.70%
BLUE value IS 95 (37.5% from 255) = 44.19%
R=45.12%
G=10.70%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97239500.760.020.62301.6261.6723.53
Hex61175F04C23E12e3e18
Octal1412713701142764567630
Binary1100001101111011111010011001011111010010111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61175F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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