Html Css Color HEX #7C01DD Dark Violet

📋 copy color: '#7C01DD'

red 124 ◦ green 1 ◦ blue 221

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

Shades of Dark Violet #7C01DD

Tints of Dark Violet #7C01DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 221 (86.72% from 255) = 63.87%

R = 35.84%
G = 0.29%
B = 63.87%

CMYK

 C value IS 0.44

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7C01DD (or 0x7C01DD) is known color: Dark Violet. HEX triplet: 7C, 01 and DD. RGB value is (124,1,221). Sum of RGB (Red+Green+Blue) = 124+1+221=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C01DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C01DD is #83FE22. Grayscale: #3E3E3E. Windows color (decimal): -8650275 or 14483836. OLE color: 14483836.

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

Color convert

RGB 124 1 221 -
CMYK 0.44 1.00 0 0.13
HSL 273.55º 0.99% 0.44% -
HSV(B) 273.55º 1% 0.87% -
XYZ 21.37 9.53 69.12 -
YUV 62.86 217.25 171.61 -
System Red Green Blue C M Y K H S L
Decimal 124 1 221 0.44 1.00 0 0.13 273.55 0.99 0.44
Hex 7C 1 DD 2C 64 0 D 112 63 2C
Octal 174 1 335 54 144 0 15 422 143 54
Binary 1111100 1 11011101 101100 1100100 0 1101 100010010 1100011 101100

Color Harmonies of #7C01DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C01DD

Black with #7C01DD

Text Example


Text Example

White with #7C01DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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