Html Css Color HEX #7E249C Vivid Violet

📋 copy color: '#7E249C'

red 126 ◦ green 36 ◦ blue 156

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

Shades of Vivid Violet #7E249C

Tints of Vivid Violet #7E249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.32%

 BLUE value IS 156 (61.33% from 255) = 49.06%

R = 39.62%
G = 11.32%
B = 49.06%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7E249C (or 0x7E249C) is known color: Vivid Violet. HEX triplet: 7E, 24 and 9C. RGB value is (126,36,156). Sum of RGB (Red+Green+Blue) = 126+36+156=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #7E249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E249C is #81DB63. Grayscale: #4C4C4C. Windows color (decimal): -8510308 or 10232958. OLE color: 10232958.

HSL color Cylindrical-coordinate representation of color #7E249C: hue angle of 285º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E249C is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 126 36 156 -
CMYK 0.19 0.77 0 0.39
HSL 285º 0.63% 0.38% -
HSV(B) 285º 0.77% 0.61% -
XYZ 15.24 8.1 32.21 -
YUV 76.59 172.82 163.24 -
System Red Green Blue C M Y K H S L
Decimal 126 36 156 0.19 0.77 0 0.39 285 0.63 0.38
Hex 7E 24 9C 13 4D 0 27 11D 3E 26
Octal 176 44 234 23 115 0 47 435 76 46
Binary 1111110 100100 10011100 10011 1001101 0 100111 100011101 111110 100110

Color Harmonies of #7E249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E249C

Black with #7E249C

Text Example


Text Example

White with #7E249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,36,156); }

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

background-color css

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

 a { background-color: rgb(126,36,156); }

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

border-color css

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

 span { border-color: rgb(126,36,156); }

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