#713288

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

Shades of Vivid Violet #713288

Tints of Vivid Violet #713288

Color information

#713288 (or 0x713288) is unknown color: approx Vivid Violet. HEX triplet: 71, 32 and 88. RGB value is (113,50,136). Sum of RGB (Red+Green+Blue) = 113+50+136=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #713288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713288 is #8ECD77. Grayscale: #4E4E4E. Windows color (decimal): -9358712 or 8925809. OLE color: 8925809.

HSL color Cylindrical-coordinate representation of color #713288: hue angle of 283.95º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #713288 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11350136-
CMYK0.170.6300.47
HSL283.95º46.24%36.47%-
HSV(B)283.95º63.24%53.33%-
XYZ12.397.5724.1-
YUV78.64160.37152.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.79%
GREEN value IS 50 (19.92% from 255) = 16.72%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=37.79%
G=16.72%
B=45.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113501360.170.6300.47283.9546.2436.47
Hex713288113F02F11c2e24
Octal1616221021770574345644
Binary111000111001010001000100011111110101111100011100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713288; }

 p { color: rgb(113,50,136); }

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

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

 a { background-color: rgb(113,50,136); }

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

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

 span { border-color: rgb(113,50,136); }

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