Html Css Color HEX #7C0AB9 Dark Violet

📋 copy color: '#7C0AB9'

red 124 ◦ green 10 ◦ blue 185

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

Shades of Dark Violet #7C0AB9

Tints of Dark Violet #7C0AB9

RGB

 RED value IS 124 (48.83% from 255) = 38.87%

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

 BLUE value IS 185 (72.66% from 255) = 57.99%

R = 38.87%
G = 3.13%
B = 57.99%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C0AB9 (or 0x7C0AB9) is known color: Dark Violet. HEX triplet: 7C, 0A and B9. RGB value is (124,10,185). Sum of RGB (Red+Green+Blue) = 124+10+185=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 185 (72.66% from 255 or 57.99% from 319); Max value from RGB is 185 - color contains mainly: blue. Hex color #7C0AB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0AB9 is #83F546. Grayscale: #3F3F3F. Windows color (decimal): -8648007 or 12126844. OLE color: 12126844.

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

Color convert

RGB 124 10 185 -
CMYK 0.33 0.95 0 0.27
HSL 279.09º 0.9% 0.38% -
HSV(B) 279.09º 0.95% 0.73% -
XYZ 17.18 8 46.54 -
YUV 64.04 196.27 170.77 -
System Red Green Blue C M Y K H S L
Decimal 124 10 185 0.33 0.95 0 0.27 279.09 0.9 0.38
Hex 7C A B9 21 5F 0 1B 117 5A 26
Octal 174 12 271 41 137 0 33 427 132 46
Binary 1111100 1010 10111001 100001 1011111 0 11011 100010111 1011010 100110

Color Harmonies of #7C0AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0AB9

Black with #7C0AB9

Text Example


Text Example

White with #7C0AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,10,185); }

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

background-color css

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

 a { background-color: rgb(124,10,185); }

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

border-color css

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

 span { border-color: rgb(124,10,185); }

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