#61255F

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

Shades of Palatinate Purple #61255F

Tints of Palatinate Purple #61255F

Color information

#61255F (or 0x61255F) is unknown color: approx Palatinate Purple. HEX triplet: 61, 25 and 5F. RGB value is (97,37,95). Sum of RGB (Red+Green+Blue) = 97+37+95=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #61255F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61255F is #9EDAA0. Grayscale: #3D3D3D. Windows color (decimal): -10410657 or 6235489. OLE color: 6235489.

HSL color Cylindrical-coordinate representation of color #61255F: hue angle of 302º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61255F is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB973795-
CMYK00.620.020.62
HSL302º44.78%26.27%-
HSV(B)302º61.86%38.04%-
XYZ7.664.6911.33-
YUV61.55146.88153.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.36%
GREEN value IS 37 (14.84% from 255) = 16.16%
BLUE value IS 95 (37.5% from 255) = 41.48%
R=42.36%
G=16.16%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97379500.620.020.6230244.7826.27
Hex61255F03E23E12e2d1a
Octal141451370762764565532
Binary1100001100101101111101111101011111010010111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61255F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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