Html Css Color HEX #7D0ABC Dark Violet

📋 copy color: '#7D0ABC'

red 125 ◦ green 10 ◦ blue 188

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

Shades of Dark Violet #7D0ABC

Tints of Dark Violet #7D0ABC

RGB

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

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

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

R = 38.7%
G = 3.1%
B = 58.2%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D0ABC (or 0x7D0ABC) is known color: Dark Violet. HEX triplet: 7D, 0A and BC. RGB value is (125,10,188). Sum of RGB (Red+Green+Blue) = 125+10+188=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D0ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0ABC is #82F543. Grayscale: #404040. Windows color (decimal): -8582468 or 12323453. OLE color: 12323453.

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

Color convert

RGB 125 10 188 -
CMYK 0.34 0.95 0 0.26
HSL 278.76º 0.9% 0.39% -
HSV(B) 278.76º 0.95% 0.74% -
XYZ 17.64 8.21 48.23 -
YUV 64.68 197.6 171.03 -
System Red Green Blue C M Y K H S L
Decimal 125 10 188 0.34 0.95 0 0.26 278.76 0.9 0.39
Hex 7D A BC 22 5F 0 1A 117 5A 27
Octal 175 12 274 42 137 0 32 427 132 47
Binary 1111101 1010 10111100 100010 1011111 0 11010 100010111 1011010 100111

Color Harmonies of #7D0ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0ABC

Black with #7D0ABC

Text Example


Text Example

White with #7D0ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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