Html Css Color HEX #7C1DAD Vivid Violet

📋 copy color: '#7C1DAD'

red 124 ◦ green 29 ◦ blue 173

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

Shades of Vivid Violet #7C1DAD

Tints of Vivid Violet #7C1DAD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.9%

 BLUE value IS 173 (67.97% from 255) = 53.07%

R = 38.04%
G = 8.9%
B = 53.07%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C1DAD (or 0x7C1DAD) is known color: Vivid Violet. HEX triplet: 7C, 1D and AD. RGB value is (124,29,173). Sum of RGB (Red+Green+Blue) = 124+29+173=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C1DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C1DAD is #83E252. Grayscale: #494949. Windows color (decimal): -8643155 or 11345276. OLE color: 11345276.

HSL color Cylindrical-coordinate representation of color #7C1DAD: hue angle of 279.58º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C1DAD is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 124 29 173 -
CMYK 0.28 0.83 0 0.32
HSL 279.58º 0.71% 0.4% -
HSV(B) 279.58º 0.83% 0.68% -
XYZ 16.29 8.18 40.26 -
YUV 73.82 183.97 163.79 -
System Red Green Blue C M Y K H S L
Decimal 124 29 173 0.28 0.83 0 0.32 279.58 0.71 0.4
Hex 7C 1D AD 1C 53 0 20 118 47 28
Octal 174 35 255 34 123 0 40 430 107 50
Binary 1111100 11101 10101101 11100 1010011 0 100000 100011000 1000111 101000

Color Harmonies of #7C1DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1DAD

Black with #7C1DAD

Text Example


Text Example

White with #7C1DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,29,173); }

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

background-color css

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

 a { background-color: rgb(124,29,173); }

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

border-color css

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

 span { border-color: rgb(124,29,173); }

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