#713C9C

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

Shades of Royal Purple #713C9C

Tints of Royal Purple #713C9C

Color information

#713C9C (or 0x713C9C) is unknown color: approx Royal Purple. HEX triplet: 71, 3C and 9C. RGB value is (113,60,156). Sum of RGB (Red+Green+Blue) = 113+60+156=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #713C9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713C9C is #8EC363. Grayscale: #565656. Windows color (decimal): -9356132 or 10239089. OLE color: 10239089.

HSL color Cylindrical-coordinate representation of color #713C9C: hue angle of 273.12º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #713C9C is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11360156-
CMYK0.280.6200.39
HSL273.12º44.44%42.35%-
HSV(B)273.12º61.54%61.18%-
XYZ14.439.1432.46-
YUV86.79167.06146.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 60 (23.83% from 255) = 18.24%
BLUE value IS 156 (61.33% from 255) = 47.42%
R=34.35%
G=18.24%
B=47.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113601560.280.6200.39273.1244.4442.35
Hex713C9C1C3E0271112c2a
Octal1617423434760474215452
Binary111000111110010011100111001111100100111100010001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,60,156); }

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

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

 a { background-color: rgb(113,60,156); }

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

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

 span { border-color: rgb(113,60,156); }

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