#71388B

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

Shades of Vivid Violet #71388B

Tints of Vivid Violet #71388B

Color information

#71388B (or 0x71388B) is unknown color: approx Vivid Violet. HEX triplet: 71, 38 and 8B. RGB value is (113,56,139). Sum of RGB (Red+Green+Blue) = 113+56+139=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #71388B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71388B is #8EC774. Grayscale: #525252. Windows color (decimal): -9357173 or 9123953. OLE color: 9123953.

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

Color convert

RGB11356139-
CMYK0.190.6000.45
HSL281.2º42.56%38.24%-
HSV(B)281.2º59.71%54.51%-
XYZ12.888.225.33-
YUV82.5159.88149.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.69%
GREEN value IS 56 (22.27% from 255) = 18.18%
BLUE value IS 139 (54.69% from 255) = 45.13%
R=36.69%
G=18.18%
B=45.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113561390.190.6000.45281.242.5638.24
Hex71388B133C02D1192b26
Octal1617021323740554315346
Binary111000111100010001011100111111000101101100011001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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