Html Css Color HEX #7C0ABA Dark Violet

📋 copy color: '#7C0ABA'

red 124 ◦ green 10 ◦ blue 186

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

Shades of Dark Violet #7C0ABA

Tints of Dark Violet #7C0ABA

RGB

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

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

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

R = 38.75%
G = 3.13%
B = 58.13%

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

#7C0ABA (or 0x7C0ABA) is known color: Dark Violet. HEX triplet: 7C, 0A and BA. RGB value is (124,10,186). Sum of RGB (Red+Green+Blue) = 124+10+186=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C0ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0ABA is #83F545. Grayscale: #3F3F3F. Windows color (decimal): -8648006 or 12192380. OLE color: 12192380.

HSL color Cylindrical-coordinate representation of color #7C0ABA: hue angle of 278.86º 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 #7C0ABA is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 10 186 -
CMYK 0.33 0.95 0 0.27
HSL 278.86º 0.9% 0.38% -
HSV(B) 278.86º 0.95% 0.73% -
XYZ 17.28 8.05 47.1 -
YUV 64.15 196.77 170.69 -
System Red Green Blue C M Y K H S L
Decimal 124 10 186 0.33 0.95 0 0.27 278.86 0.9 0.38
Hex 7C A BA 21 5F 0 1B 117 5A 26
Octal 174 12 272 41 137 0 33 427 132 46
Binary 1111100 1010 10111010 100001 1011111 0 11011 100010111 1011010 100110

Color Harmonies of #7C0ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0ABA

Black with #7C0ABA

Text Example


Text Example

White with #7C0ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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