#612355

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

Shades of Palatinate Purple #612355

Tints of Palatinate Purple #612355

Color information

#612355 (or 0x612355) is unknown color: approx Palatinate Purple. HEX triplet: 61, 23 and 55. RGB value is (97,35,85). Sum of RGB (Red+Green+Blue) = 97+35+85=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #612355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612355 is #9EDCAA. Grayscale: #3B3B3B. Windows color (decimal): -10411179 or 5579617. OLE color: 5579617.

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

Color convert

RGB973585-
CMYK00.640.120.62
HSL311.61º46.97%25.88%-
HSV(B)311.61º63.92%38.04%-
XYZ7.174.49.07-
YUV59.24142.54154.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 85 (33.59% from 255) = 39.17%
R=44.70%
G=16.13%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97358500.640.120.62311.6146.9725.88
Hex612355040C3E1382f1a
Octal14143125010014764705732
Binary1100001100011101010101000000110011111010011100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612355; }

 p { color: rgb(97,35,85); }

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

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

 a { background-color: rgb(97,35,85); }

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

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

 span { border-color: rgb(97,35,85); }

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