#713995

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

Shades of Royal Purple #713995

Tints of Royal Purple #713995

Color information

#713995 (or 0x713995) is unknown color: approx Royal Purple. HEX triplet: 71, 39 and 95. RGB value is (113,57,149). Sum of RGB (Red+Green+Blue) = 113+57+149=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #713995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713995 is #8EC66A. Grayscale: #535353. Windows color (decimal): -9356907 or 9779569. OLE color: 9779569.

HSL color Cylindrical-coordinate representation of color #713995: hue angle of 276.52º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #713995 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11357149-
CMYK0.240.6200.42
HSL276.52º44.66%40.39%-
HSV(B)276.52º61.74%58.43%-
XYZ13.78.6129.37-
YUV84.23164.55148.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 57 (22.66% from 255) = 17.87%
BLUE value IS 149 (58.59% from 255) = 46.71%
R=35.42%
G=17.87%
B=46.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113571490.240.6200.42276.5244.6640.39
Hex713995183E02A1152d28
Octal1617122530760524255550
Binary111000111100110010101110001111100101010100010101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713995; }

 p { color: rgb(113,57,149); }

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

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

 a { background-color: rgb(113,57,149); }

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

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

 span { border-color: rgb(113,57,149); }

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