#61015E

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

Shades of Palatinate Purple #61015E

Tints of Palatinate Purple #61015E

Color information

#61015E (or 0x61015E) is unknown color: approx Palatinate Purple. HEX triplet: 61, 01 and 5E. RGB value is (97,1,94). Sum of RGB (Red+Green+Blue) = 97+1+94=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61015E is #9EFEA1. Grayscale: #282828. Windows color (decimal): -10419874 or 6160737. OLE color: 6160737.

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

Color convert

RGB97194-
CMYK00.990.030.62
HSL301.88º97.96%19.22%-
HSV(B)301.88º98.97%38.04%-
XYZ6.963.3710.87-
YUV40.31158.3168.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.52%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 94 (37.11% from 255) = 48.96%
R=50.52%
G=0.52%
B=48.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9719400.990.030.62301.8897.9619.22
Hex6115E06333E12e6213
Octal1411136014337645614223
Binary1100001110111100110001111111110100101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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