Html Css Color HEX #7C0EDB Dark Violet

📋 copy color: '#7C0EDB'

red 124 ◦ green 14 ◦ blue 219

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

Shades of Dark Violet #7C0EDB

Tints of Dark Violet #7C0EDB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.92%

 BLUE value IS 219 (85.94% from 255) = 61.34%

R = 34.73%
G = 3.92%
B = 61.34%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C0EDB (or 0x7C0EDB) is known color: Dark Violet. HEX triplet: 7C, 0E and DB. RGB value is (124,14,219). Sum of RGB (Red+Green+Blue) = 124+14+219=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C0EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0EDB is #83F124. Grayscale: #454545. Windows color (decimal): -8646949 or 14356092. OLE color: 14356092.

HSL color Cylindrical-coordinate representation of color #7C0EDB: hue angle of 272.2º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0EDB is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 14 219 -
CMYK 0.43 0.94 0 0.14
HSL 272.2º 0.88% 0.46% -
HSV(B) 272.2º 0.94% 0.86% -
XYZ 21.26 9.71 67.77 -
YUV 70.26 211.94 166.33 -
System Red Green Blue C M Y K H S L
Decimal 124 14 219 0.43 0.94 0 0.14 272.2 0.88 0.46
Hex 7C E DB 2B 5E 0 E 110 58 2E
Octal 174 16 333 53 136 0 16 420 130 56
Binary 1111100 1110 11011011 101011 1011110 0 1110 100010000 1011000 101110

Color Harmonies of #7C0EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0EDB

Black with #7C0EDB

Text Example


Text Example

White with #7C0EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,14,219); }

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

background-color css

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

 a { background-color: rgb(124,14,219); }

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

border-color css

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

 span { border-color: rgb(124,14,219); }

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