#61255C

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

Shades of Palatinate Purple #61255C

Tints of Palatinate Purple #61255C

Color information

#61255C (or 0x61255C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 25 and 5C. RGB value is (97,37,92). Sum of RGB (Red+Green+Blue) = 97+37+92=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #61255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61255C is #9EDAA3. Grayscale: #3D3D3D. Windows color (decimal): -10410660 or 6038881. OLE color: 6038881.

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

Color convert

RGB973792-
CMYK00.620.050.62
HSL305º44.78%26.27%-
HSV(B)305º61.86%38.04%-
XYZ7.524.6410.62-
YUV61.21145.38153.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.92%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 92 (36.33% from 255) = 40.71%
R=42.92%
G=16.37%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97379200.620.050.6230544.7826.27
Hex61255C03E53E1312d1a
Octal141451340765764615532
Binary11000011001011011100011111010111111010011000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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