#71308A

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

Shades of Vivid Violet #71308A

Tints of Vivid Violet #71308A

Color information

#71308A (or 0x71308A) is unknown color: approx Vivid Violet. HEX triplet: 71, 30 and 8A. RGB value is (113,48,138). Sum of RGB (Red+Green+Blue) = 113+48+138=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #71308A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71308A is #8ECF75. Grayscale: #4D4D4D. Windows color (decimal): -9359222 or 9056369. OLE color: 9056369.

HSL color Cylindrical-coordinate representation of color #71308A: hue angle of 283.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71308A is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11348138-
CMYK0.180.6500.46
HSL283.33º48.39%36.47%-
HSV(B)283.33º65.22%54.12%-
XYZ12.457.4624.83-
YUV77.69162.03153.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.79%
GREEN value IS 48 (19.14% from 255) = 16.05%
BLUE value IS 138 (54.30% from 255) = 46.15%
R=37.79%
G=16.05%
B=46.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113481380.180.6500.46283.3348.3936.47
Hex71308A124102E11b3024
Octal16160212221010564336044
Binary1110001110000100010101001010000010101110100011011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71308A; }

 p { color: rgb(113,48,138); }

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

<style>
 a { background-color: #71308A; }

 a { background-color: rgb(113,48,138); }

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

<style>
 span { border-color: #71308A; }

 span { border-color: rgb(113,48,138); }

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