#712A9B

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

Shades of Royal Purple #712A9B

Tints of Royal Purple #712A9B

Color information

#712A9B (or 0x712A9B) is unknown color: approx Royal Purple. HEX triplet: 71, 2A and 9B. RGB value is (113,42,155). Sum of RGB (Red+Green+Blue) = 113+42+155=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #712A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712A9B is #8ED564. Grayscale: #4B4B4B. Windows color (decimal): -9360741 or 10168945. OLE color: 10168945.

HSL color Cylindrical-coordinate representation of color #712A9B: hue angle of 277.7º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #712A9B is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11342155-
CMYK0.270.7300.39
HSL277.7º57.36%38.63%-
HSV(B)277.7º72.9%60.78%-
XYZ13.557.5331.75-
YUV76.11172.52154.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.45%
GREEN value IS 42 (16.80% from 255) = 13.55%
BLUE value IS 155 (60.94% from 255) = 50%
R=36.45%
G=13.55%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113421550.270.7300.39277.757.3638.63
Hex712A9B1B490271163927
Octal16152233331110474267147
Binary1110001101010100110111101110010010100111100010110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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