#712BDE

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

Shades of Blue Violet #712BDE

Tints of Blue Violet #712BDE

Color information

#712BDE (or 0x712BDE) is unknown color: approx Blue Violet. HEX triplet: 71, 2B and DE. RGB value is (113,43,222). Sum of RGB (Red+Green+Blue) = 113+43+222=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #712BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712BDE is #8ED421. Grayscale: #535353. Windows color (decimal): -9360418 or 14560113. OLE color: 14560113.

HSL color Cylindrical-coordinate representation of color #712BDE: hue angle of 263.46º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #712BDE is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11343222-
CMYK0.490.8100.13
HSL263.46º73.06%51.96%-
HSV(B)263.46º80.63%87.06%-
XYZ20.8610.5170.04-
YUV84.34205.69148.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.89%
GREEN value IS 43 (17.19% from 255) = 11.38%
BLUE value IS 222 (87.11% from 255) = 58.73%
R=29.89%
G=11.38%
B=58.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal113432220.490.8100.13263.4673.0651.96
Hex712BDE31510D1074934
Octal161533366112101540711164
Binary1110001101011110111101100011010001011011000001111001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712BDE; }

 p { color: rgb(113,43,222); }

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

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

 a { background-color: rgb(113,43,222); }

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

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

 span { border-color: rgb(113,43,222); }

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