#713397

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

Shades of Royal Purple #713397

Tints of Royal Purple #713397

Color information

#713397 (or 0x713397) is unknown color: approx Royal Purple. HEX triplet: 71, 33 and 97. RGB value is (113,51,151). Sum of RGB (Red+Green+Blue) = 113+51+151=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #713397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713397 is #8ECC68. Grayscale: #505050. Windows color (decimal): -9358441 or 9909105. OLE color: 9909105.

HSL color Cylindrical-coordinate representation of color #713397: hue angle of 277.2º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #713397 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11351151-
CMYK0.250.6600.41
HSL277.2º49.5%39.61%-
HSV(B)277.2º66.23%59.22%-
XYZ13.588.1130.13-
YUV80.94167.54150.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 151 (59.38% from 255) = 47.94%
R=35.87%
G=16.19%
B=47.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113511510.250.6600.41277.249.539.61
Hex71339719420291153228
Octal16163227311020514256250
Binary1110001110011100101111100110000100101001100010101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713397; }

 p { color: rgb(113,51,151); }

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

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

 a { background-color: rgb(113,51,151); }

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

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

 span { border-color: rgb(113,51,151); }

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