#712692

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

Shades of Vivid Violet #712692

Tints of Vivid Violet #712692

Color information

#712692 (or 0x712692) is unknown color: approx Vivid Violet. HEX triplet: 71, 26 and 92. RGB value is (113,38,146). Sum of RGB (Red+Green+Blue) = 113+38+146=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #712692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712692 is #8ED96D. Grayscale: #484848. Windows color (decimal): -9361774 or 9578097. OLE color: 9578097.

HSL color Cylindrical-coordinate representation of color #712692: hue angle of 281.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #712692 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11338146-
CMYK0.230.7400.43
HSL281.67º58.7%36.08%-
HSV(B)281.67º73.97%57.25%-
XYZ12.696.9727.87-
YUV72.74169.35156.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.05%
GREEN value IS 38 (15.23% from 255) = 12.79%
BLUE value IS 146 (57.42% from 255) = 49.16%
R=38.05%
G=12.79%
B=49.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113381460.230.7400.43281.6758.736.08
Hex712692174A02B11a3b24
Octal16146222271120534327344
Binary1110001100110100100101011110010100101011100011010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712692; }

 p { color: rgb(113,38,146); }

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

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

 a { background-color: rgb(113,38,146); }

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

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

 span { border-color: rgb(113,38,146); }

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