Html Css Color HEX #7C11CD Dark Violet

📋 copy color: '#7C11CD'

red 124 ◦ green 17 ◦ blue 205

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

Shades of Dark Violet #7C11CD

Tints of Dark Violet #7C11CD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.91%

 BLUE value IS 205 (80.47% from 255) = 59.25%

R = 35.84%
G = 4.91%
B = 59.25%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7C11CD (or 0x7C11CD) is known color: Dark Violet. HEX triplet: 7C, 11 and CD. RGB value is (124,17,205). Sum of RGB (Red+Green+Blue) = 124+17+205=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C11CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C11CD is #83EE32. Grayscale: #454545. Windows color (decimal): -8646195 or 13439356. OLE color: 13439356.

HSL color Cylindrical-coordinate representation of color #7C11CD: hue angle of 274.15º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C11CD is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 17 205 -
CMYK 0.40 0.92 0 0.20
HSL 274.15º 0.85% 0.44% -
HSV(B) 274.15º 0.92% 0.8% -
XYZ 19.53 9.09 58.48 -
YUV 70.43 203.95 166.21 -
System Red Green Blue C M Y K H S L
Decimal 124 17 205 0.40 0.92 0 0.20 274.15 0.85 0.44
Hex 7C 11 CD 28 5C 0 14 112 55 2C
Octal 174 21 315 50 134 0 24 422 125 54
Binary 1111100 10001 11001101 101000 1011100 0 10100 100010010 1010101 101100

Color Harmonies of #7C11CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C11CD

Black with #7C11CD

Text Example


Text Example

White with #7C11CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,17,205); }

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

background-color css

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

 a { background-color: rgb(124,17,205); }

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

border-color css

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

 span { border-color: rgb(124,17,205); }

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