Html Css Color HEX #7D0EBC Dark Violet

📋 copy color: '#7D0EBC'

red 125 ◦ green 14 ◦ blue 188

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

Shades of Dark Violet #7D0EBC

Tints of Dark Violet #7D0EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.49%

R = 38.23%
G = 4.28%
B = 57.49%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D0EBC (or 0x7D0EBC) is known color: Dark Violet. HEX triplet: 7D, 0E and BC. RGB value is (125,14,188). Sum of RGB (Red+Green+Blue) = 125+14+188=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D0EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0EBC is #82F143. Grayscale: #424242. Windows color (decimal): -8581444 or 12324477. OLE color: 12324477.

HSL color Cylindrical-coordinate representation of color #7D0EBC: hue angle of 278.28º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D0EBC is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 14 188 -
CMYK 0.34 0.93 0 0.26
HSL 278.28º 0.86% 0.4% -
HSV(B) 278.28º 0.93% 0.74% -
XYZ 17.69 8.3 48.25 -
YUV 67.03 196.27 169.35 -
System Red Green Blue C M Y K H S L
Decimal 125 14 188 0.34 0.93 0 0.26 278.28 0.86 0.4
Hex 7D E BC 22 5D 0 1A 116 56 28
Octal 175 16 274 42 135 0 32 426 126 50
Binary 1111101 1110 10111100 100010 1011101 0 11010 100010110 1010110 101000

Color Harmonies of #7D0EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0EBC

Black with #7D0EBC

Text Example


Text Example

White with #7D0EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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