#712195

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

Shades of Vivid Violet #712195

Tints of Vivid Violet #712195

Color information

#712195 (or 0x712195) is unknown color: approx Vivid Violet. HEX triplet: 71, 21 and 95. RGB value is (113,33,149). Sum of RGB (Red+Green+Blue) = 113+33+149=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #712195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712195 is #8EDE6A. Grayscale: #454545. Windows color (decimal): -9363051 or 9773425. OLE color: 9773425.

HSL color Cylindrical-coordinate representation of color #712195: hue angle of 281.38º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #712195 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11333149-
CMYK0.240.7800.42
HSL281.38º63.74%35.69%-
HSV(B)281.38º77.85%58.43%-
XYZ12.786.7729.07-
YUV70.14172.5158.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.31%
GREEN value IS 33 (13.28% from 255) = 11.19%
BLUE value IS 149 (58.59% from 255) = 50.51%
R=38.31%
G=11.19%
B=50.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113331490.240.7800.42281.3863.7435.69
Hex712195184E02A1194024
Octal161412253011605243110044
Binary11100011000011001010111000100111001010101000110011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712195; }

 p { color: rgb(113,33,149); }

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

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

 a { background-color: rgb(113,33,149); }

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

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

 span { border-color: rgb(113,33,149); }

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