Html Css Color HEX #7D0AB5 Dark Violet

📋 copy color: '#7D0AB5'

red 125 ◦ green 10 ◦ blue 181

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

Shades of Dark Violet #7D0AB5

Tints of Dark Violet #7D0AB5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.16%

 BLUE value IS 181 (71.09% from 255) = 57.28%

R = 39.56%
G = 3.16%
B = 57.28%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7D0AB5 (or 0x7D0AB5) is known color: Dark Violet. HEX triplet: 7D, 0A and B5. RGB value is (125,10,181). Sum of RGB (Red+Green+Blue) = 125+10+181=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 181 (71.09% from 255 or 57.28% from 316); Max value from RGB is 181 - color contains mainly: blue. Hex color #7D0AB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0AB5 is #82F54A. Grayscale: #3F3F3F. Windows color (decimal): -8582475 or 11864701. OLE color: 11864701.

HSL color Cylindrical-coordinate representation of color #7D0AB5: hue angle of 280.35º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0AB5 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 10 181 -
CMYK 0.31 0.94 0 0.29
HSL 280.35º 0.9% 0.37% -
HSV(B) 280.35º 0.94% 0.71% -
XYZ 16.91 7.91 44.35 -
YUV 63.88 194.1 171.6 -
System Red Green Blue C M Y K H S L
Decimal 125 10 181 0.31 0.94 0 0.29 280.35 0.9 0.37
Hex 7D A B5 1F 5E 0 1D 118 5A 25
Octal 175 12 265 37 136 0 35 430 132 45
Binary 1111101 1010 10110101 11111 1011110 0 11101 100011000 1011010 100101

Color Harmonies of #7D0AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0AB5

Black with #7D0AB5

Text Example


Text Example

White with #7D0AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,10,181); }

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

background-color css

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

 a { background-color: rgb(125,10,181); }

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

border-color css

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

 span { border-color: rgb(125,10,181); }

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