#7c01d2

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

Shades of Dark Violet #7C01D2

Tints of Dark Violet #7C01D2

Color information

#7C01D2 (or 0x7C01D2) is unknown color: approx Dark Violet. HEX triplet: 7C, 01 and D2. RGB value is (124,1,210). Sum of RGB (Red+Green+Blue) = 124+1+210=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 210 (82.42% from 255 or 62.69% from 335); Max value from RGB is 210 - color contains mainly: blue. Hex color #7C01D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C01D2 is #83FE2D. Grayscale: #3C3C3C. Windows color (decimal): -8650286 or 13762940. OLE color: 13762940.

HSL color Cylindrical-coordinate representation of color #7C01D2: hue angle of 275.31º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C01D2 is Cyan = 0.41, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1241210-
CMYK0.411.0000.18
HSL275.31º99.05%41.37%-
HSV(B)275.31º99.52%82.35%-
XYZ19.968.9661.65-
YUV61.6211.75172.51-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.01%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 210 (82.42% from 255) = 62.69%
R=37.01%
G=0.30%
B=62.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12412100.411.0000.18275.3199.0541.37
Hex7C1D229640121136329
Octal17413225114402242314351
Binary111110011101001010100111001000100101000100111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c01d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,1,210); }

 H1.HeaderClassName
 {
   color: #7c01d2;
 }
 .AnyTagClassName
 {
   color: #7c01d2;
 }
</style>
background-color css

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

 a { background-color: rgb(124,1,210); }

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

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

 span { border-color: rgb(124,1,210); }

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