Html Css Color HEX #7C0CDC Dark Violet

📋 copy color: '#7C0CDC'

red 124 ◦ green 12 ◦ blue 220

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

Shades of Dark Violet #7C0CDC

Tints of Dark Violet #7C0CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.8%

R = 34.83%
G = 3.37%
B = 61.8%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C0CDC (or 0x7C0CDC) is known color: Dark Violet. HEX triplet: 7C, 0C and DC. RGB value is (124,12,220). Sum of RGB (Red+Green+Blue) = 124+12+220=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C0CDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0CDC is #83F323. Grayscale: #444444. Windows color (decimal): -8647460 or 14421116. OLE color: 14421116.

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

Color convert

RGB 124 12 220 -
CMYK 0.44 0.95 0 0.14
HSL 272.31º 0.9% 0.45% -
HSV(B) 272.31º 0.95% 0.86% -
XYZ 21.36 9.72 68.46 -
YUV 69.2 213.11 167.09 -
System Red Green Blue C M Y K H S L
Decimal 124 12 220 0.44 0.95 0 0.14 272.31 0.9 0.45
Hex 7C C DC 2C 5F 0 E 110 5A 2D
Octal 174 14 334 54 137 0 16 420 132 55
Binary 1111100 1100 11011100 101100 1011111 0 1110 100010000 1011010 101101

Color Harmonies of #7C0CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0CDC

Black with #7C0CDC

Text Example


Text Example

White with #7C0CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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