#7C0DCF

Color #7C0DCF Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #7C0DCF

Tints of Dark Violet #7C0DCF

Color information

#7C0DCF (or 0x7C0DCF) is unknown color: approx 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

RGB12413207-
CMYK0.400.9400.19
HSL274.33º88.18%43.14%-
HSV(B)274.33º93.72%81.18%-
XYZ19.729.0859.74-
YUV68.31206.27167.73-

RGB Variations

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

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 (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal124132070.400.9400.19274.3388.1843.14
Hex7CDCF285E013112582b
Octal174153175013602342213053
Binary111110011011100111110100010111100100111000100101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>