Html Css Color HEX #7C0CDB Dark Violet

📋 copy color: '#7C0CDB'

red 124 ◦ green 12 ◦ blue 219

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

Shades of Dark Violet #7C0CDB

Tints of Dark Violet #7C0CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.38%

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

R = 34.93%
G = 3.38%
B = 61.69%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C0CDB (or 0x7C0CDB) is known color: Dark Violet. HEX triplet: 7C, 0C and DB. RGB value is (124,12,219). Sum of RGB (Red+Green+Blue) = 124+12+219=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C0CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0CDB is #83F324. Grayscale: #444444. Windows color (decimal): -8647461 or 14355580. OLE color: 14355580.

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

Color convert

RGB 124 12 219 -
CMYK 0.43 0.95 0 0.14
HSL 272.46º 0.9% 0.45% -
HSV(B) 272.46º 0.95% 0.86% -
XYZ 21.23 9.66 67.76 -
YUV 69.09 212.61 167.17 -
System Red Green Blue C M Y K H S L
Decimal 124 12 219 0.43 0.95 0 0.14 272.46 0.9 0.45
Hex 7C C DB 2B 5F 0 E 110 5A 2D
Octal 174 14 333 53 137 0 16 420 132 55
Binary 1111100 1100 11011011 101011 1011111 0 1110 100010000 1011010 101101

Color Harmonies of #7C0CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0CDB

Black with #7C0CDB

Text Example


Text Example

White with #7C0CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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