Html Css Color HEX #7C1ADD Blue Violet

📋 copy color: '#7C1ADD'

red 124 ◦ green 26 ◦ blue 221

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

Shades of Blue Violet #7C1ADD

Tints of Blue Violet #7C1ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.01%

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

R = 33.42%
G = 7.01%
B = 59.57%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7C1ADD (or 0x7C1ADD) is known color: Blue Violet. HEX triplet: 7C, 1A and DD. RGB value is (124,26,221). Sum of RGB (Red+Green+Blue) = 124+26+221=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C1ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C1ADD is #83E522. Grayscale: #4C4C4C. Windows color (decimal): -8643875 or 14490236. OLE color: 14490236.

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

Color convert

RGB 124 26 221 -
CMYK 0.44 0.88 0 0.13
HSL 270.15º 0.79% 0.48% -
HSV(B) 270.15º 0.88% 0.87% -
XYZ 21.73 10.24 69.24 -
YUV 77.53 208.97 161.14 -
System Red Green Blue C M Y K H S L
Decimal 124 26 221 0.44 0.88 0 0.13 270.15 0.79 0.48
Hex 7C 1A DD 2C 58 0 D 10E 4F 30
Octal 174 32 335 54 130 0 15 416 117 60
Binary 1111100 11010 11011101 101100 1011000 0 1101 100001110 1001111 110000

Color Harmonies of #7C1ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1ADD

Black with #7C1ADD

Text Example


Text Example

White with #7C1ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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