Html Css Color HEX #7C0DCF Dark Violet

📋 copy color: '#7C0DCF'

red 124 ◦ green 13 ◦ blue 207

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

Shades of Dark Violet #7C0DCF

Tints of Dark Violet #7C0DCF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.78%

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

R = 36.05%
G = 3.78%
B = 60.17%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C0DCF (or 0x7C0DCF) is known color: Dark Violet. HEX triplet: 7C, 0D and CF. RGB value is (124,13,207). Sum of RGB (Red+Green+Blue) = 124+13+207=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C0DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0DCF is #83F230. Grayscale: #434343. Windows color (decimal): -8647217 or 13569404. OLE color: 13569404.

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

Color convert

RGB 124 13 207 -
CMYK 0.40 0.94 0 0.19
HSL 274.33º 0.88% 0.43% -
HSV(B) 274.33º 0.94% 0.81% -
XYZ 19.72 9.08 59.74 -
YUV 68.31 206.27 167.73 -
System Red Green Blue C M Y K H S L
Decimal 124 13 207 0.40 0.94 0 0.19 274.33 0.88 0.43
Hex 7C D CF 28 5E 0 13 112 58 2B
Octal 174 15 317 50 136 0 23 422 130 53
Binary 1111100 1101 11001111 101000 1011110 0 10011 100010010 1011000 101011

Color Harmonies of #7C0DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0DCF

Black with #7C0DCF

Text Example


Text Example

White with #7C0DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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