Html Css Color HEX #7D0BAE Dark Violet

📋 copy color: '#7D0BAE'

red 125 ◦ green 11 ◦ blue 174

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

Shades of Dark Violet #7D0BAE

Tints of Dark Violet #7D0BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.55%

 BLUE value IS 174 (68.36% from 255) = 56.13%

R = 40.32%
G = 3.55%
B = 56.13%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D0BAE (or 0x7D0BAE) is known color: Dark Violet. HEX triplet: 7D, 0B and AE. RGB value is (125,11,174). Sum of RGB (Red+Green+Blue) = 125+11+174=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D0BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0BAE is #82F451. Grayscale: #3F3F3F. Windows color (decimal): -8582226 or 11406205. OLE color: 11406205.

HSL color Cylindrical-coordinate representation of color #7D0BAE: hue angle of 281.96º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0BAE is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 11 174 -
CMYK 0.28 0.94 0 0.32
HSL 281.96º 0.88% 0.36% -
HSV(B) 281.96º 0.94% 0.68% -
XYZ 16.22 7.66 40.67 -
YUV 63.67 190.27 171.75 -
System Red Green Blue C M Y K H S L
Decimal 125 11 174 0.28 0.94 0 0.32 281.96 0.88 0.36
Hex 7D B AE 1C 5E 0 20 11A 58 24
Octal 175 13 256 34 136 0 40 432 130 44
Binary 1111101 1011 10101110 11100 1011110 0 100000 100011010 1011000 100100

Color Harmonies of #7D0BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0BAE

Black with #7D0BAE

Text Example


Text Example

White with #7D0BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,11,174); }

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

background-color css

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

 a { background-color: rgb(125,11,174); }

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

border-color css

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

 span { border-color: rgb(125,11,174); }

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