#7E0DCA

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

Shades of Dark Violet #7E0DCA

Tints of Dark Violet #7E0DCA

Color information

#7E0DCA (or 0x7E0DCA) is unknown color: approx Dark Violet. HEX triplet: 7E, 0D and CA. RGB value is (126,13,202). Sum of RGB (Red+Green+Blue) = 126+13+202=341 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.95% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E0DCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E0DCA is #81F235. Grayscale: #434343. Windows color (decimal): -8516150 or 13241726. OLE color: 13241726.

HSL color Cylindrical-coordinate representation of color #7E0DCA: hue angle of 275.87º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E0DCA is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12613202-
CMYK0.380.9400.21
HSL275.87º87.91%42.16%-
HSV(B)275.87º93.56%79.22%-
XYZ19.418.9956.59-
YUV68.33203.44169.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.95%
GREEN value IS 13 (5.47% from 255) = 3.81%
BLUE value IS 202 (79.30% from 255) = 59.24%
R=36.95%
G=3.81%
B=59.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal126132020.380.9400.21275.8787.9142.16
Hex7EDCA265E015114582a
Octal176153124613602542413052
Binary111111011011100101010011010111100101011000101001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E0DCA; }

 p { color: rgb(126,13,202); }

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

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

 a { background-color: rgb(126,13,202); }

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

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

 span { border-color: rgb(126,13,202); }

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