#61255A

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

Shades of Palatinate Purple #61255A

Tints of Palatinate Purple #61255A

Color information

#61255A (or 0x61255A) is unknown color: approx Palatinate Purple. HEX triplet: 61, 25 and 5A. RGB value is (97,37,90). Sum of RGB (Red+Green+Blue) = 97+37+90=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #61255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61255A is #9EDAA5. Grayscale: #3C3C3C. Windows color (decimal): -10410662 or 5907809. OLE color: 5907809.

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

Color convert

RGB973790-
CMYK00.620.070.62
HSL307º44.78%26.27%-
HSV(B)307º61.86%38.04%-
XYZ7.444.610.17-
YUV60.98144.38153.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 37 (14.84% from 255) = 16.52%
BLUE value IS 90 (35.55% from 255) = 40.18%
R=43.30%
G=16.52%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97379000.620.070.6230744.7826.27
Hex61255A03E73E1332d1a
Octal141451320767764635532
Binary11000011001011011010011111011111111010011001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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