#713596

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

Shades of Royal Purple #713596

Tints of Royal Purple #713596

Color information

#713596 (or 0x713596) is unknown color: approx Royal Purple. HEX triplet: 71, 35 and 96. RGB value is (113,53,150). Sum of RGB (Red+Green+Blue) = 113+53+150=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #713596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713596 is #8ECA69. Grayscale: #515151. Windows color (decimal): -9357930 or 9844081. OLE color: 9844081.

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

Color convert

RGB11353150-
CMYK0.250.6500.41
HSL277.11º47.78%39.8%-
HSV(B)277.11º64.67%58.82%-
XYZ13.598.2629.73-
YUV82166.38150.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.76%
GREEN value IS 53 (21.09% from 255) = 16.77%
BLUE value IS 150 (58.98% from 255) = 47.47%
R=35.76%
G=16.77%
B=47.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113531500.250.6500.41277.1147.7839.8
Hex71359619410291153028
Octal16165226311010514256050
Binary1110001110101100101101100110000010101001100010101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713596; }

 p { color: rgb(113,53,150); }

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

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

 a { background-color: rgb(113,53,150); }

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

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

 span { border-color: rgb(113,53,150); }

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