#712AAA

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

Shades of Royal Purple #712AAA

Tints of Royal Purple #712AAA

Color information

#712AAA (or 0x712AAA) is unknown color: approx Royal Purple. HEX triplet: 71, 2A and AA. RGB value is (113,42,170). Sum of RGB (Red+Green+Blue) = 113+42+170=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #712AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712AAA is #8ED555. Grayscale: #4D4D4D. Windows color (decimal): -9360726 or 11151985. OLE color: 11151985.

HSL color Cylindrical-coordinate representation of color #712AAA: hue angle of 273.28º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #712AAA is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11342170-
CMYK0.340.7500.33
HSL273.28º60.38%41.57%-
HSV(B)273.28º75.29%66.67%-
XYZ14.898.0738.8-
YUV77.82180.02153.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 42 (16.80% from 255) = 12.92%
BLUE value IS 170 (66.80% from 255) = 52.31%
R=34.77%
G=12.92%
B=52.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113421700.340.7500.33273.2860.3841.57
Hex712AAA224B0211113c2a
Octal16152252421130414217452
Binary11100011010101010101010001010010110100001100010001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,42,170); }

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

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

 a { background-color: rgb(113,42,170); }

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

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

 span { border-color: rgb(113,42,170); }

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