Html Css Color HEX #7C0ECF Dark Violet

📋 copy color: '#7C0ECF'

red 124 ◦ green 14 ◦ blue 207

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

Shades of Dark Violet #7C0ECF

Tints of Dark Violet #7C0ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60%

R = 35.94%
G = 4.06%
B = 60%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C0ECF (or 0x7C0ECF) is known color: Dark Violet. HEX triplet: 7C, 0E and CF. RGB value is (124,14,207). Sum of RGB (Red+Green+Blue) = 124+14+207=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C0ECF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0ECF is #83F130. Grayscale: #444444. Windows color (decimal): -8646961 or 13569660. OLE color: 13569660.

HSL color Cylindrical-coordinate representation of color #7C0ECF: hue angle of 274.2º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C0ECF is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 14 207 -
CMYK 0.40 0.93 0 0.19
HSL 274.2º 0.87% 0.43% -
HSV(B) 274.2º 0.93% 0.81% -
XYZ 19.73 9.1 59.75 -
YUV 68.89 205.94 167.31 -
System Red Green Blue C M Y K H S L
Decimal 124 14 207 0.40 0.93 0 0.19 274.2 0.87 0.43
Hex 7C E CF 28 5D 0 13 112 57 2B
Octal 174 16 317 50 135 0 23 422 127 53
Binary 1111100 1110 11001111 101000 1011101 0 10011 100010010 1010111 101011

Color Harmonies of #7C0ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0ECF

Black with #7C0ECF

Text Example


Text Example

White with #7C0ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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