#71398B

Color #71398B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #71398B

Tints of Vivid Violet #71398B

Color information

#71398B (or 0x71398B) is unknown color: approx Vivid Violet. HEX triplet: 71, 39 and 8B. RGB value is (113,57,139). Sum of RGB (Red+Green+Blue) = 113+57+139=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #71398B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71398B is #8EC674. Grayscale: #525252. Windows color (decimal): -9356917 or 9124209. OLE color: 9124209.

HSL color Cylindrical-coordinate representation of color #71398B: hue angle of 280.98º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71398B is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11357139-
CMYK0.190.5900.45
HSL280.98º41.84%38.43%-
HSV(B)280.98º58.99%54.51%-
XYZ12.938.325.35-
YUV83.09159.55149.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 57 (22.66% from 255) = 18.45%
BLUE value IS 139 (54.69% from 255) = 44.98%
R=36.57%
G=18.45%
B=44.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113571390.190.5900.45280.9841.8438.43
Hex71398B133B02D1192a26
Octal1617121323730554315246
Binary111000111100110001011100111110110101101100011001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71398B; }

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

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

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

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

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

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

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

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