Html Css Color HEX #7E27AC Vivid Violet

📋 copy color: '#7E27AC'

red 126 ◦ green 39 ◦ blue 172

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

Shades of Vivid Violet #7E27AC

Tints of Vivid Violet #7E27AC

RGB

 RED value IS 126 (49.61% from 255) = 37.39%

 GREEN value IS 39 (15.63% from 255) = 11.57%

 BLUE value IS 172 (67.58% from 255) = 51.04%

R = 37.39%
G = 11.57%
B = 51.04%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E27AC (or 0x7E27AC) is known color: Vivid Violet. HEX triplet: 7E, 27 and AC. RGB value is (126,39,172). Sum of RGB (Red+Green+Blue) = 126+39+172=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E27AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E27AC is #81D853. Grayscale: #4F4F4F. Windows color (decimal): -8509524 or 11282302. OLE color: 11282302.

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

Color convert

RGB 126 39 172 -
CMYK 0.27 0.77 0 0.33
HSL 279.25º 0.63% 0.41% -
HSV(B) 279.25º 0.77% 0.67% -
XYZ 16.78 8.87 39.86 -
YUV 80.18 179.82 160.69 -
System Red Green Blue C M Y K H S L
Decimal 126 39 172 0.27 0.77 0 0.33 279.25 0.63 0.41
Hex 7E 27 AC 1B 4D 0 21 117 3F 29
Octal 176 47 254 33 115 0 41 427 77 51
Binary 1111110 100111 10101100 11011 1001101 0 100001 100010111 111111 101001

Color Harmonies of #7E27AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E27AC

Black with #7E27AC

Text Example


Text Example

White with #7E27AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,39,172); }

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

background-color css

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

 a { background-color: rgb(126,39,172); }

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

border-color css

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

 span { border-color: rgb(126,39,172); }

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