#61225B

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

Shades of Palatinate Purple #61225B

Tints of Palatinate Purple #61225B

Color information

#61225B (or 0x61225B) is unknown color: approx Palatinate Purple. HEX triplet: 61, 22 and 5B. RGB value is (97,34,91). Sum of RGB (Red+Green+Blue) = 97+34+91=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #61225B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61225B is #9EDDA4. Grayscale: #3B3B3B. Windows color (decimal): -10411429 or 5972577. OLE color: 5972577.

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

Color convert

RGB973491-
CMYK00.650.060.62
HSL305.71º48.09%25.69%-
HSV(B)305.71º64.95%38.04%-
XYZ7.394.4410.37-
YUV59.34145.87154.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.69%
GREEN value IS 34 (13.67% from 255) = 15.32%
BLUE value IS 91 (35.94% from 255) = 40.99%
R=43.69%
G=15.32%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97349100.650.060.62305.7148.0925.69
Hex61225B04163E132301a
Octal1414213301016764626032
Binary110000110001010110110100000111011111010011001011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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