#61265C

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

Shades of Palatinate Purple #61265C

Tints of Palatinate Purple #61265C

Color information

#61265C (or 0x61265C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 26 and 5C. RGB value is (97,38,92). Sum of RGB (Red+Green+Blue) = 97+38+92=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #61265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61265C is #9ED9A3. Grayscale: #3D3D3D. Windows color (decimal): -10410404 or 6039137. OLE color: 6039137.

HSL color Cylindrical-coordinate representation of color #61265C: hue angle of 305.08º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61265C is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB973892-
CMYK00.610.050.62
HSL305.08º43.7%26.47%-
HSV(B)305.08º60.82%38.04%-
XYZ7.554.710.63-
YUV61.8145.05153.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 92 (36.33% from 255) = 40.53%
R=42.73%
G=16.74%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97389200.610.050.62305.0843.726.47
Hex61265C03D53E1312c1a
Octal141461340755764615432
Binary11000011001101011100011110110111111010011000110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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