Html Css Color HEX #7D0EBA Dark Violet

📋 copy color: '#7D0EBA'

red 125 ◦ green 14 ◦ blue 186

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

Shades of Dark Violet #7D0EBA

Tints of Dark Violet #7D0EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.23%

R = 38.46%
G = 4.31%
B = 57.23%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D0EBA (or 0x7D0EBA) is known color: Dark Violet. HEX triplet: 7D, 0E and BA. RGB value is (125,14,186). Sum of RGB (Red+Green+Blue) = 125+14+186=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D0EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0EBA is #82F145. Grayscale: #424242. Windows color (decimal): -8581446 or 12193405. OLE color: 12193405.

HSL color Cylindrical-coordinate representation of color #7D0EBA: hue angle of 278.72º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D0EBA is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 14 186 -
CMYK 0.33 0.92 0 0.27
HSL 278.72º 0.86% 0.39% -
HSV(B) 278.72º 0.92% 0.73% -
XYZ 17.48 8.22 47.12 -
YUV 66.8 195.27 169.51 -
System Red Green Blue C M Y K H S L
Decimal 125 14 186 0.33 0.92 0 0.27 278.72 0.86 0.39
Hex 7D E BA 21 5C 0 1B 117 56 27
Octal 175 16 272 41 134 0 33 427 126 47
Binary 1111101 1110 10111010 100001 1011100 0 11011 100010111 1010110 100111

Color Harmonies of #7D0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0EBA

Black with #7D0EBA

Text Example


Text Example

White with #7D0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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