Html Css Color HEX #7D0EBE Dark Violet

📋 copy color: '#7D0EBE'

red 125 ◦ green 14 ◦ blue 190

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

Shades of Dark Violet #7D0EBE

Tints of Dark Violet #7D0EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.75%

R = 37.99%
G = 4.26%
B = 57.75%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D0EBE (or 0x7D0EBE) is known color: Dark Violet. HEX triplet: 7D, 0E and BE. RGB value is (125,14,190). Sum of RGB (Red+Green+Blue) = 125+14+190=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D0EBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0EBE is #82F141. Grayscale: #424242. Windows color (decimal): -8581442 or 12455549. OLE color: 12455549.

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

Color convert

RGB 125 14 190 -
CMYK 0.34 0.93 0 0.25
HSL 277.84º 0.86% 0.4% -
HSV(B) 277.84º 0.93% 0.75% -
XYZ 17.91 8.39 49.39 -
YUV 67.25 197.27 169.19 -
System Red Green Blue C M Y K H S L
Decimal 125 14 190 0.34 0.93 0 0.25 277.84 0.86 0.4
Hex 7D E BE 22 5D 0 19 116 56 28
Octal 175 16 276 42 135 0 31 426 126 50
Binary 1111101 1110 10111110 100010 1011101 0 11001 100010110 1010110 101000

Color Harmonies of #7D0EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0EBE

Black with #7D0EBE

Text Example


Text Example

White with #7D0EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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