Html Css Color HEX #7D0EDC Dark Violet

📋 copy color: '#7D0EDC'

red 125 ◦ green 14 ◦ blue 220

#7D0EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #7D0EDC

Tints of Dark Violet #7D0EDC

RGB

 RED value IS 125 (49.22% from 255) = 34.82%

 GREEN value IS 14 (5.86% from 255) = 3.9%

 BLUE value IS 220 (86.33% from 255) = 61.28%

R = 34.82%
G = 3.9%
B = 61.28%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D0EDC (or 0x7D0EDC) is known color: Dark Violet. HEX triplet: 7D, 0E and DC. RGB value is (125,14,220). Sum of RGB (Red+Green+Blue) = 125+14+220=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 14 (5.86% from 255 or 3.90% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D0EDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0EDC is #82F123. Grayscale: #454545. Windows color (decimal): -8581412 or 14421629. OLE color: 14421629.

HSL color Cylindrical-coordinate representation of color #7D0EDC: hue angle of 272.33º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0EDC is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 14 220 -
CMYK 0.43 0.94 0 0.14
HSL 272.33º 0.88% 0.46% -
HSV(B) 272.33º 0.94% 0.86% -
XYZ 21.53 9.84 68.47 -
YUV 70.67 212.27 166.75 -
System Red Green Blue C M Y K H S L
Decimal 125 14 220 0.43 0.94 0 0.14 272.33 0.88 0.46
Hex 7D E DC 2B 5E 0 E 110 58 2E
Octal 175 16 334 53 136 0 16 420 130 56
Binary 1111101 1110 11011100 101011 1011110 0 1110 100010000 1011000 101110

Color Harmonies of #7D0EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0EDC

Black with #7D0EDC

Text Example


Text Example

White with #7D0EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,14,220); }

 H1.HeaderClassName
 {
   color: #7D0EDC;
 }
 .AnyTagClassName
 {
   color: #7D0EDC;
 }
</style>

background-color css

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

 a { background-color: rgb(125,14,220); }

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

border-color css

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

 span { border-color: rgb(125,14,220); }

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