Html Css Color HEX #7C1ADA Blue Violet

📋 copy color: '#7C1ADA'

red 124 ◦ green 26 ◦ blue 218

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

Shades of Blue Violet #7C1ADA

Tints of Blue Violet #7C1ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.24%

R = 33.7%
G = 7.07%
B = 59.24%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7C1ADA (or 0x7C1ADA) is known color: Blue Violet. HEX triplet: 7C, 1A and DA. RGB value is (124,26,218). Sum of RGB (Red+Green+Blue) = 124+26+218=368 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.70% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #7C1ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C1ADA is #83E525. Grayscale: #4C4C4C. Windows color (decimal): -8643878 or 14293628. OLE color: 14293628.

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

Color convert

RGB 124 26 218 -
CMYK 0.43 0.88 0 0.15
HSL 270.63º 0.79% 0.48% -
HSV(B) 270.63º 0.88% 0.85% -
XYZ 21.34 10.09 67.15 -
YUV 77.19 207.47 161.39 -
System Red Green Blue C M Y K H S L
Decimal 124 26 218 0.43 0.88 0 0.15 270.63 0.79 0.48
Hex 7C 1A DA 2B 58 0 F 10F 4F 30
Octal 174 32 332 53 130 0 17 417 117 60
Binary 1111100 11010 11011010 101011 1011000 0 1111 100001111 1001111 110000

Color Harmonies of #7C1ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1ADA

Black with #7C1ADA

Text Example


Text Example

White with #7C1ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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