#713BB3

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

Shades of Royal Purple #713BB3

Tints of Royal Purple #713BB3

Color information

#713BB3 (or 0x713BB3) is unknown color: approx Royal Purple. HEX triplet: 71, 3B and B3. RGB value is (113,59,179). Sum of RGB (Red+Green+Blue) = 113+59+179=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #713BB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713BB3 is #8EC44C. Grayscale: #585858. Windows color (decimal): -9356365 or 11746161. OLE color: 11746161.

HSL color Cylindrical-coordinate representation of color #713BB3: hue angle of 267º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #713BB3 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11359179-
CMYK0.370.6700.30
HSL267º50.42%46.67%-
HSV(B)267º67.04%70.2%-
XYZ16.519.8943.69-
YUV88.83178.89145.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.19%
GREEN value IS 59 (23.44% from 255) = 16.81%
BLUE value IS 179 (70.31% from 255) = 51.00%
R=32.19%
G=16.81%
B=51.00%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal113591790.370.6700.3026750.4246.67
Hex713BB3254301E10b322f
Octal16173263451030364136257
Binary1110001111011101100111001011000011011110100001011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713BB3; }

 p { color: rgb(113,59,179); }

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

<style>
 a { background-color: #713BB3; }

 a { background-color: rgb(113,59,179); }

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

<style>
 span { border-color: #713BB3; }

 span { border-color: rgb(113,59,179); }

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