Html Css Color HEX #7E2492 Vivid Violet

📋 copy color: '#7E2492'

red 126 ◦ green 36 ◦ blue 146

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

Shades of Vivid Violet #7E2492

Tints of Vivid Violet #7E2492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.4%

R = 40.91%
G = 11.69%
B = 47.4%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7E2492 (or 0x7E2492) is known color: Vivid Violet. HEX triplet: 7E, 24 and 92. RGB value is (126,36,146). Sum of RGB (Red+Green+Blue) = 126+36+146=308 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.91% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E2492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2492 is #81DB6D. Grayscale: #4B4B4B. Windows color (decimal): -8510318 or 9577598. OLE color: 9577598.

HSL color Cylindrical-coordinate representation of color #7E2492: hue angle of 289.09º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E2492 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 126 36 146 -
CMYK 0.14 0.75 0 0.43
HSL 289.09º 0.6% 0.36% -
HSV(B) 289.09º 0.75% 0.57% -
XYZ 14.42 7.77 27.93 -
YUV 75.45 167.82 164.06 -
System Red Green Blue C M Y K H S L
Decimal 126 36 146 0.14 0.75 0 0.43 289.09 0.6 0.36
Hex 7E 24 92 E 4B 0 2B 121 3C 24
Octal 176 44 222 16 113 0 53 441 74 44
Binary 1111110 100100 10010010 1110 1001011 0 101011 100100001 111100 100100

Color Harmonies of #7E2492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2492

Black with #7E2492

Text Example


Text Example

White with #7E2492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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