#61285E

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

Shades of Palatinate Purple #61285E

Tints of Palatinate Purple #61285E

Color information

#61285E (or 0x61285E) is unknown color: approx Palatinate Purple. HEX triplet: 61, 28 and 5E. RGB value is (97,40,94). Sum of RGB (Red+Green+Blue) = 97+40+94=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #61285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61285E is #9ED7A1. Grayscale: #3F3F3F. Windows color (decimal): -10409890 or 6170721. OLE color: 6170721.

HSL color Cylindrical-coordinate representation of color #61285E: hue angle of 303.16º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61285E is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB974094-
CMYK00.590.030.62
HSL303.16º41.61%26.86%-
HSV(B)303.16º58.76%38.04%-
XYZ7.714.8711.12-
YUV63.2145.38152.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.99%
GREEN value IS 40 (16.02% from 255) = 17.32%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=41.99%
G=17.32%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97409400.590.030.62303.1641.6126.86
Hex61285E03B33E12f2a1b
Octal141501360733764575233
Binary1100001101000101111001110111111111010010111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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