#713298

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

Shades of Royal Purple #713298

Tints of Royal Purple #713298

Color information

#713298 (or 0x713298) is unknown color: approx Royal Purple. HEX triplet: 71, 32 and 98. RGB value is (113,50,152). Sum of RGB (Red+Green+Blue) = 113+50+152=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #713298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713298 is #8ECD67. Grayscale: #505050. Windows color (decimal): -9358696 or 9974385. OLE color: 9974385.

HSL color Cylindrical-coordinate representation of color #713298: hue angle of 277.06º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #713298 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11350152-
CMYK0.260.6700.40
HSL277.06º50.5%39.61%-
HSV(B)277.06º67.11%59.61%-
XYZ13.628.0630.54-
YUV80.46168.37151.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 50 (19.92% from 255) = 15.87%
BLUE value IS 152 (59.77% from 255) = 48.25%
R=35.87%
G=15.87%
B=48.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113501520.260.6700.40277.0650.539.61
Hex7132981A430281153228
Octal16162230321030504256250
Binary1110001110010100110001101010000110101000100010101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713298; }

 p { color: rgb(113,50,152); }

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

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

 a { background-color: rgb(113,50,152); }

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

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

 span { border-color: rgb(113,50,152); }

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