#61215F

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

Shades of Palatinate Purple #61215F

Tints of Palatinate Purple #61215F

Color information

#61215F (or 0x61215F) is unknown color: approx Palatinate Purple. HEX triplet: 61, 21 and 5F. RGB value is (97,33,95). Sum of RGB (Red+Green+Blue) = 97+33+95=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #61215F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61215F is #9EDEA0. Grayscale: #3B3B3B. Windows color (decimal): -10411681 or 6234465. OLE color: 6234465.

HSL color Cylindrical-coordinate representation of color #61215F: hue angle of 301.88º 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 #61215F is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB973395-
CMYK00.660.020.62
HSL301.88º49.23%25.49%-
HSV(B)301.88º65.98%38.04%-
XYZ7.544.4611.29-
YUV59.2148.2154.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 33 (13.28% from 255) = 14.67%
BLUE value IS 95 (37.5% from 255) = 42.22%
R=43.11%
G=14.67%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97339500.660.020.62301.8849.2325.49
Hex61215F04223E12e3119
Octal1414113701022764566131
Binary11000011000011011111010000101011111010010111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61215F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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