#61225A

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

Shades of Palatinate Purple #61225A

Tints of Palatinate Purple #61225A

Color information

#61225A (or 0x61225A) is unknown color: approx Palatinate Purple. HEX triplet: 61, 22 and 5A. RGB value is (97,34,90). Sum of RGB (Red+Green+Blue) = 97+34+90=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #61225A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61225A is #9EDDA5. Grayscale: #3B3B3B. Windows color (decimal): -10411430 or 5907041. OLE color: 5907041.

HSL color Cylindrical-coordinate representation of color #61225A: hue angle of 306.67º 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 #61225A is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB973490-
CMYK00.650.070.62
HSL306.67º48.09%25.69%-
HSV(B)306.67º64.95%38.04%-
XYZ7.354.4210.14-
YUV59.22145.37154.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.89%
GREEN value IS 34 (13.67% from 255) = 15.38%
BLUE value IS 90 (35.55% from 255) = 40.72%
R=43.89%
G=15.38%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97349000.650.070.62306.6748.0925.69
Hex61225A04173E133301a
Octal1414213201017764636032
Binary110000110001010110100100000111111111010011001111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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