#712EAD

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

Shades of Royal Purple #712EAD

Tints of Royal Purple #712EAD

Color information

#712EAD (or 0x712EAD) is unknown color: approx Royal Purple. HEX triplet: 71, 2E and AD. RGB value is (113,46,173). Sum of RGB (Red+Green+Blue) = 113+46+173=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #712EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712EAD is #8ED152. Grayscale: #505050. Windows color (decimal): -9359699 or 11349617. OLE color: 11349617.

HSL color Cylindrical-coordinate representation of color #712EAD: hue angle of 271.65º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #712EAD is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11346173-
CMYK0.350.7300.32
HSL271.65º57.99%42.94%-
HSV(B)271.65º73.41%67.84%-
XYZ15.338.4840.36-
YUV80.51180.2151.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.04%
GREEN value IS 46 (18.36% from 255) = 13.86%
BLUE value IS 173 (67.97% from 255) = 52.11%
R=34.04%
G=13.86%
B=52.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113461730.350.7300.32271.6557.9942.94
Hex712EAD23490201103a2b
Octal16156255431110404207253
Binary11100011011101010110110001110010010100000100010000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712EAD; }

 p { color: rgb(113,46,173); }

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

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

 a { background-color: rgb(113,46,173); }

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

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

 span { border-color: rgb(113,46,173); }

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