Html Css Color HEX #7C1EAA Vivid Violet

📋 copy color: '#7C1EAA'

red 124 ◦ green 30 ◦ blue 170

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

Shades of Vivid Violet #7C1EAA

Tints of Vivid Violet #7C1EAA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.26%

 BLUE value IS 170 (66.8% from 255) = 52.47%

R = 38.27%
G = 9.26%
B = 52.47%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C1EAA (or 0x7C1EAA) is known color: Vivid Violet. HEX triplet: 7C, 1E and AA. RGB value is (124,30,170). Sum of RGB (Red+Green+Blue) = 124+30+170=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C1EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C1EAA is #83E155. Grayscale: #494949. Windows color (decimal): -8642902 or 11148924. OLE color: 11148924.

HSL color Cylindrical-coordinate representation of color #7C1EAA: hue angle of 280.29º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C1EAA is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 30 170 -
CMYK 0.27 0.82 0 0.33
HSL 280.29º 0.7% 0.39% -
HSV(B) 280.29º 0.82% 0.67% -
XYZ 16.03 8.12 38.75 -
YUV 74.07 182.14 163.62 -
System Red Green Blue C M Y K H S L
Decimal 124 30 170 0.27 0.82 0 0.33 280.29 0.7 0.39
Hex 7C 1E AA 1B 52 0 21 118 46 27
Octal 174 36 252 33 122 0 41 430 106 47
Binary 1111100 11110 10101010 11011 1010010 0 100001 100011000 1000110 100111

Color Harmonies of #7C1EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1EAA

Black with #7C1EAA

Text Example


Text Example

White with #7C1EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,30,170); }

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

background-color css

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

 a { background-color: rgb(124,30,170); }

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

border-color css

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

 span { border-color: rgb(124,30,170); }

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