#71338E

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

Shades of Vivid Violet #71338E

Tints of Vivid Violet #71338E

Color information

#71338E (or 0x71338E) is unknown color: approx Vivid Violet. HEX triplet: 71, 33 and 8E. RGB value is (113,51,142). Sum of RGB (Red+Green+Blue) = 113+51+142=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #71338E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71338E is #8ECC71. Grayscale: #4F4F4F. Windows color (decimal): -9358450 or 9319281. OLE color: 9319281.

HSL color Cylindrical-coordinate representation of color #71338E: hue angle of 280.88º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71338E is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11351142-
CMYK0.200.6400.44
HSL280.88º47.15%37.84%-
HSV(B)280.88º64.08%55.69%-
XYZ12.887.8326.42-
YUV79.91163.04151.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.93%
GREEN value IS 51 (20.31% from 255) = 16.67%
BLUE value IS 142 (55.86% from 255) = 46.41%
R=36.93%
G=16.67%
B=46.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113511420.200.6400.44280.8847.1537.84
Hex71338E144002C1192f26
Octal16163216241000544315746
Binary1110001110011100011101010010000000101100100011001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71338E; }

 p { color: rgb(113,51,142); }

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

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

 a { background-color: rgb(113,51,142); }

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

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

 span { border-color: rgb(113,51,142); }

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