#71389D

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

Shades of Royal Purple #71389D

Tints of Royal Purple #71389D

Color information

#71389D (or 0x71389D) is unknown color: approx Royal Purple. HEX triplet: 71, 38 and 9D. RGB value is (113,56,157). Sum of RGB (Red+Green+Blue) = 113+56+157=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #71389D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71389D is #8EC762. Grayscale: #545454. Windows color (decimal): -9357155 or 10303601. OLE color: 10303601.

HSL color Cylindrical-coordinate representation of color #71389D: hue angle of 273.86º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71389D is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11356157-
CMYK0.280.6400.38
HSL273.86º47.42%41.76%-
HSV(B)273.86º64.33%61.57%-
XYZ14.318.7732.84-
YUV84.56168.88148.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 56 (22.27% from 255) = 17.18%
BLUE value IS 157 (61.72% from 255) = 48.16%
R=34.66%
G=17.18%
B=48.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113561570.280.6400.38273.8647.4241.76
Hex71389D1C400261122f2a
Octal16170235341000464225752
Binary1110001111000100111011110010000000100110100010010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71389D; }

 p { color: rgb(113,56,157); }

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

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

 a { background-color: rgb(113,56,157); }

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

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

 span { border-color: rgb(113,56,157); }

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