#61255E

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

Shades of Palatinate Purple #61255E

Tints of Palatinate Purple #61255E

Color information

#61255E (or 0x61255E) is unknown color: approx Palatinate Purple. HEX triplet: 61, 25 and 5E. RGB value is (97,37,94). Sum of RGB (Red+Green+Blue) = 97+37+94=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #61255E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61255E is #9EDAA1. Grayscale: #3D3D3D. Windows color (decimal): -10410658 or 6169953. OLE color: 6169953.

HSL color Cylindrical-coordinate representation of color #61255E: hue angle of 303º 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 #61255E is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB973794-
CMYK00.620.030.62
HSL303º44.78%26.27%-
HSV(B)303º61.86%38.04%-
XYZ7.614.6711.09-
YUV61.44146.38153.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.54%
GREEN value IS 37 (14.84% from 255) = 16.23%
BLUE value IS 94 (37.11% from 255) = 41.23%
R=42.54%
G=16.23%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97379400.620.030.6230344.7826.27
Hex61255E03E33E12f2d1a
Octal141451360763764575532
Binary1100001100101101111001111101111111010010111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61255E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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