#712ba3

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

Shades of Royal Purple #712BA3

Tints of Royal Purple #712BA3

Color information

#712BA3 (or 0x712BA3) is unknown color: approx Royal Purple. HEX triplet: 71, 2B and A3. RGB value is (113,43,163). Sum of RGB (Red+Green+Blue) = 113+43+163=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 163 (64.06% from 255 or 51.10% from 319); Max value from RGB is 163 - color contains mainly: blue. Hex color #712BA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712BA3 is #8ED45C. Grayscale: #4D4D4D. Windows color (decimal): -9360477 or 10693489. OLE color: 10693489.

HSL color Cylindrical-coordinate representation of color #712BA3: hue angle of 275º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #712BA3 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11343163-
CMYK0.310.7400.36
HSL275º58.25%40.39%-
HSV(B)275º73.62%63.92%-
XYZ14.287.8835.42-
YUV77.61176.19153.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 43 (17.19% from 255) = 13.48%
BLUE value IS 163 (64.06% from 255) = 51.10%
R=35.42%
G=13.48%
B=51.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal113431630.310.7400.3627558.2540.39
Hex712BA31F4A0241133a28
Octal16153243371120444237250
Binary1110001101011101000111111110010100100100100010011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712ba3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,43,163); }

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

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

 a { background-color: rgb(113,43,163); }

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

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

 span { border-color: rgb(113,43,163); }

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