#61215A

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

Shades of Palatinate Purple #61215A

Tints of Palatinate Purple #61215A

Color information

#61215A (or 0x61215A) is unknown color: approx Palatinate Purple. HEX triplet: 61, 21 and 5A. RGB value is (97,33,90). Sum of RGB (Red+Green+Blue) = 97+33+90=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #61215A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61215A is #9EDEA5. Grayscale: #3A3A3A. Windows color (decimal): -10411686 or 5906785. OLE color: 5906785.

HSL color Cylindrical-coordinate representation of color #61215A: hue angle of 306.56º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61215A is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB973390-
CMYK00.660.070.62
HSL306.56º49.23%25.49%-
HSV(B)306.56º65.98%38.04%-
XYZ7.324.3710.13-
YUV58.63145.7155.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.09%
GREEN value IS 33 (13.28% from 255) = 15%
BLUE value IS 90 (35.55% from 255) = 40.91%
R=44.09%
G=15%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97339000.660.070.62306.5649.2325.49
Hex61215A04273E1333119
Octal1414113201027764636131
Binary110000110000110110100100001011111111010011001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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