#711CDC

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

Shades of Blue Violet #711CDC

Tints of Blue Violet #711CDC

Color information

#711CDC (or 0x711CDC) is unknown color: approx Blue Violet. HEX triplet: 71, 1C and DC. RGB value is (113,28,220). Sum of RGB (Red+Green+Blue) = 113+28+220=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #711CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711CDC is #8EE323. Grayscale: #4A4A4A. Windows color (decimal): -9364260 or 14425201. OLE color: 14425201.

HSL color Cylindrical-coordinate representation of color #711CDC: hue angle of 266.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711CDC is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11328220-
CMYK0.490.8700.14
HSL266.56º77.42%48.63%-
HSV(B)266.56º87.27%86.27%-
XYZ20.149.5168.48-
YUV75.3209.66154.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.30%
GREEN value IS 28 (11.33% from 255) = 7.76%
BLUE value IS 220 (86.33% from 255) = 60.94%
R=31.30%
G=7.76%
B=60.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal113282200.490.8700.14266.5677.4248.63
Hex711CDC31570E10b4d31
Octal161343346112701641311561
Binary111000111100110111001100011010111011101000010111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711CDC; }

 p { color: rgb(113,28,220); }

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

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

 a { background-color: rgb(113,28,220); }

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

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

 span { border-color: rgb(113,28,220); }

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