Html Css Color HEX #7C3ACE Blue Violet

📋 copy color: '#7C3ACE'

red 124 ◦ green 58 ◦ blue 206

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

Shades of Blue Violet #7C3ACE

Tints of Blue Violet #7C3ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.95%

 BLUE value IS 206 (80.86% from 255) = 53.09%

R = 31.96%
G = 14.95%
B = 53.09%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C3ACE (or 0x7C3ACE) is known color: Blue Violet. HEX triplet: 7C, 3A and CE. RGB value is (124,58,206). Sum of RGB (Red+Green+Blue) = 124+58+206=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C3ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3ACE is #83C531. Grayscale: #5E5E5E. Windows color (decimal): -8635698 or 13515388. OLE color: 13515388.

HSL color Cylindrical-coordinate representation of color #7C3ACE: hue angle of 266.76º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C3ACE is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 58 206 -
CMYK 0.40 0.72 0 0.19
HSL 266.76º 0.6% 0.52% -
HSV(B) 266.76º 0.72% 0.81% -
XYZ 20.97 11.77 59.56 -
YUV 94.61 190.87 148.97 -
System Red Green Blue C M Y K H S L
Decimal 124 58 206 0.40 0.72 0 0.19 266.76 0.6 0.52
Hex 7C 3A CE 28 48 0 13 10B 3C 34
Octal 174 72 316 50 110 0 23 413 74 64
Binary 1111100 111010 11001110 101000 1001000 0 10011 100001011 111100 110100

Color Harmonies of #7C3ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3ACE

Black with #7C3ACE

Text Example


Text Example

White with #7C3ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,58,206); }

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

background-color css

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

 a { background-color: rgb(124,58,206); }

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

border-color css

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

 span { border-color: rgb(124,58,206); }

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