#61265D

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

Shades of Palatinate Purple #61265D

Tints of Palatinate Purple #61265D

Color information

#61265D (or 0x61265D) is unknown color: approx Palatinate Purple. HEX triplet: 61, 26 and 5D. RGB value is (97,38,93). Sum of RGB (Red+Green+Blue) = 97+38+93=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #61265D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61265D is #9ED9A2. Grayscale: #3D3D3D. Windows color (decimal): -10410403 or 6104673. OLE color: 6104673.

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

Color convert

RGB973893-
CMYK00.610.040.62
HSL304.07º43.7%26.47%-
HSV(B)304.07º60.82%38.04%-
XYZ7.64.7210.87-
YUV61.91145.55153.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.54%
GREEN value IS 38 (15.23% from 255) = 16.67%
BLUE value IS 93 (36.72% from 255) = 40.79%
R=42.54%
G=16.67%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97389300.610.040.62304.0743.726.47
Hex61265D03D43E1302c1a
Octal141461350754764605432
Binary11000011001101011101011110110011111010011000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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