#712262

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

Shades of Palatinate Purple #712262

Tints of Palatinate Purple #712262

Color information

#712262 (or 0x712262) is unknown color: approx Palatinate Purple. HEX triplet: 71, 22 and 62. RGB value is (113,34,98). Sum of RGB (Red+Green+Blue) = 113+34+98=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #712262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712262 is #8EDD9D. Grayscale: #404040. Windows color (decimal): -9362846 or 6431345. OLE color: 6431345.

HSL color Cylindrical-coordinate representation of color #712262: hue angle of 311.39º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #712262 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1133498-
CMYK00.700.130.56
HSL311.39º53.74%28.82%-
HSV(B)311.39º69.91%44.31%-
XYZ9.595.5412.12-
YUV64.92146.67162.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.12%
GREEN value IS 34 (13.67% from 255) = 13.88%
BLUE value IS 98 (38.67% from 255) = 40%
R=46.12%
G=13.88%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113349800.700.130.56311.3953.7428.82
Hex712262046D38137361d
Octal16142142010615704676635
Binary1110001100010110001001000110110111100010011011111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712262; }

 p { color: rgb(113,34,98); }

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

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

 a { background-color: rgb(113,34,98); }

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

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

 span { border-color: rgb(113,34,98); }

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