#61045D

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

Shades of Palatinate Purple #61045D

Tints of Palatinate Purple #61045D

Color information

#61045D (or 0x61045D) is unknown color: approx Palatinate Purple. HEX triplet: 61, 04 and 5D. RGB value is (97,4,93). Sum of RGB (Red+Green+Blue) = 97+4+93=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #61045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61045D is #9EFBA2. Grayscale: #292929. Windows color (decimal): -10419107 or 6095969. OLE color: 6095969.

HSL color Cylindrical-coordinate representation of color #61045D: hue angle of 302.58º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #61045D is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB97493-
CMYK00.960.040.62
HSL302.58º92.08%19.8%-
HSV(B)302.58º95.88%38.04%-
XYZ6.953.4210.65-
YUV41.95156.81167.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 2.06%
BLUE value IS 93 (36.72% from 255) = 47.94%
R=50%
G=2.06%
B=47.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9749300.960.040.62302.5892.0819.8
Hex6145D06043E12f5c14
Octal1414135014047645713424
Binary1100001100101110101100000100111110100101111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61045D; }

 p { color: rgb(97,4,93); }

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

<style>
 a { background-color: #61045D; }

 a { background-color: rgb(97,4,93); }

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

<style>
 span { border-color: #61045D; }

 span { border-color: rgb(97,4,93); }

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