#61095F

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

Shades of Palatinate Purple #61095F

Tints of Palatinate Purple #61095F

Color information

#61095F (or 0x61095F) is unknown color: approx Palatinate Purple. HEX triplet: 61, 09 and 5F. RGB value is (97,9,95). Sum of RGB (Red+Green+Blue) = 97+9+95=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #61095F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61095F is #9EF6A0. Grayscale: #2C2C2C. Windows color (decimal): -10417825 or 6228321. OLE color: 6228321.

HSL color Cylindrical-coordinate representation of color #61095F: hue angle of 301.36º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61095F is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB97995-
CMYK00.910.020.62
HSL301.36º83.02%20.78%-
HSV(B)301.36º90.72%38.04%-
XYZ7.093.5611.14-
YUV45.12156.15165.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 9 (3.91% from 255) = 4.48%
BLUE value IS 95 (37.5% from 255) = 47.26%
R=48.26%
G=4.48%
B=47.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9799500.910.020.62301.3683.0220.78
Hex6195F05B23E12d5315
Octal14111137013327645512325
Binary1100001100110111110101101110111110100101101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61095F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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