#61225D

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

Shades of Palatinate Purple #61225D

Tints of Palatinate Purple #61225D

Color information

#61225D (or 0x61225D) is unknown color: approx Palatinate Purple. HEX triplet: 61, 22 and 5D. RGB value is (97,34,93). Sum of RGB (Red+Green+Blue) = 97+34+93=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #61225D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61225D is #9EDDA2. Grayscale: #3B3B3B. Windows color (decimal): -10411427 or 6103649. OLE color: 6103649.

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

Color convert

RGB973493-
CMYK00.650.040.62
HSL303.81º48.09%25.69%-
HSV(B)303.81º64.95%38.04%-
XYZ7.484.4810.83-
YUV59.56146.87154.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 34 (13.67% from 255) = 15.18%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=43.30%
G=15.18%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97349300.650.040.62303.8148.0925.69
Hex61225D04143E130301a
Octal1414213501014764606032
Binary110000110001010111010100000110011111010011000011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61225D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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