#61015F

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

Shades of Palatinate Purple #61015F

Tints of Palatinate Purple #61015F

Color information

#61015F (or 0x61015F) is unknown color: approx Palatinate Purple. HEX triplet: 61, 01 and 5F. RGB value is (97,1,95). Sum of RGB (Red+Green+Blue) = 97+1+95=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61015F is #9EFEA0. Grayscale: #282828. Windows color (decimal): -10419873 or 6226273. OLE color: 6226273.

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

Color convert

RGB97195-
CMYK00.990.020.62
HSL301.25º97.96%19.22%-
HSV(B)301.25º98.97%38.04%-
XYZ7.013.3911.11-
YUV40.42158.8168.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 95 (37.5% from 255) = 49.22%
R=50.26%
G=0.52%
B=49.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9719500.990.020.62301.2597.9619.22
Hex6115F06323E12d6213
Octal1411137014327645514223
Binary1100001110111110110001110111110100101101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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