#61265F

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

Shades of Palatinate Purple #61265F

Tints of Palatinate Purple #61265F

Color information

#61265F (or 0x61265F) is unknown color: approx Palatinate Purple. HEX triplet: 61, 26 and 5F. RGB value is (97,38,95). Sum of RGB (Red+Green+Blue) = 97+38+95=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #61265F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61265F is #9ED9A0. Grayscale: #3D3D3D. Windows color (decimal): -10410401 or 6235745. OLE color: 6235745.

HSL color Cylindrical-coordinate representation of color #61265F: hue angle of 302.03º 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 #61265F is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB973895-
CMYK00.610.020.62
HSL302.03º43.7%26.47%-
HSV(B)302.03º60.82%38.04%-
XYZ7.694.7511.34-
YUV62.14146.55152.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 38 (15.23% from 255) = 16.52%
BLUE value IS 95 (37.5% from 255) = 41.30%
R=42.17%
G=16.52%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97389500.610.020.62302.0343.726.47
Hex61265F03D23E12e2c1a
Octal141461370752764565432
Binary1100001100110101111101111011011111010010111010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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