#612260

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

Shades of Palatinate Purple #612260

Tints of Palatinate Purple #612260

Color information

#612260 (or 0x612260) is unknown color: approx Palatinate Purple. HEX triplet: 61, 22 and 60. RGB value is (97,34,96). Sum of RGB (Red+Green+Blue) = 97+34+96=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #612260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612260 is #9EDD9F. Grayscale: #3B3B3B. Windows color (decimal): -10411424 or 6300257. OLE color: 6300257.

HSL color Cylindrical-coordinate representation of color #612260: hue angle of 300.95º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #612260 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB973496-
CMYK00.650.010.62
HSL300.95º48.09%25.69%-
HSV(B)300.95º64.95%38.04%-
XYZ7.614.5311.54-
YUV59.9148.37154.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 34 (13.67% from 255) = 14.98%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=42.73%
G=14.98%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97349600.650.010.62300.9548.0925.69
Hex61226004113E12d301a
Octal1414214001011764556032
Binary1100001100010110000001000001111111010010110111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612260; }

 p { color: rgb(97,34,96); }

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

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

 a { background-color: rgb(97,34,96); }

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

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

 span { border-color: rgb(97,34,96); }

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