#712FA4

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

Shades of Royal Purple #712FA4

Tints of Royal Purple #712FA4

Color information

#712FA4 (or 0x712FA4) is unknown color: approx Royal Purple. HEX triplet: 71, 2F and A4. RGB value is (113,47,164). Sum of RGB (Red+Green+Blue) = 113+47+164=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 164 (64.45% from 255 or 50.62% from 324); Max value from RGB is 164 - color contains mainly: blue. Hex color #712FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712FA4 is #8ED05B. Grayscale: #4F4F4F. Windows color (decimal): -9359452 or 10760049. OLE color: 10760049.

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

Color convert

RGB11347164-
CMYK0.310.7100.36
HSL273.85º55.45%41.37%-
HSV(B)273.85º71.34%64.31%-
XYZ14.538.2235.94-
YUV80.07175.37151.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 47 (18.75% from 255) = 14.51%
BLUE value IS 164 (64.45% from 255) = 50.62%
R=34.88%
G=14.51%
B=50.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal113471640.310.7100.36273.8555.4541.37
Hex712FA41F470241123729
Octal16157244371070444226751
Binary1110001101111101001001111110001110100100100010010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,47,164); }

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

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

 a { background-color: rgb(113,47,164); }

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

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

 span { border-color: rgb(113,47,164); }

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