Html Css Color HEX #7E2795 Vivid Violet

📋 copy color: '#7E2795'

red 126 ◦ green 39 ◦ blue 149

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

Shades of Vivid Violet #7E2795

Tints of Vivid Violet #7E2795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.45%

R = 40.13%
G = 12.42%
B = 47.45%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7E2795 (or 0x7E2795) is known color: Vivid Violet. HEX triplet: 7E, 27 and 95. RGB value is (126,39,149). Sum of RGB (Red+Green+Blue) = 126+39+149=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #7E2795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2795 is #81D86A. Grayscale: #4D4D4D. Windows color (decimal): -8509547 or 9774974. OLE color: 9774974.

HSL color Cylindrical-coordinate representation of color #7E2795: hue angle of 287.45º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E2795 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 126 39 149 -
CMYK 0.15 0.74 0 0.42
HSL 287.45º 0.59% 0.37% -
HSV(B) 287.45º 0.74% 0.58% -
XYZ 14.75 8.06 29.21 -
YUV 77.55 168.32 162.56 -
System Red Green Blue C M Y K H S L
Decimal 126 39 149 0.15 0.74 0 0.42 287.45 0.59 0.37
Hex 7E 27 95 F 4A 0 2A 11F 3B 25
Octal 176 47 225 17 112 0 52 437 73 45
Binary 1111110 100111 10010101 1111 1001010 0 101010 100011111 111011 100101

Color Harmonies of #7E2795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2795

Black with #7E2795

Text Example


Text Example

White with #7E2795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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