Html Css Color HEX #7E4598 Vivid Violet

📋 copy color: '#7E4598'

red 126 ◦ green 69 ◦ blue 152

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

Shades of Vivid Violet #7E4598

Tints of Vivid Violet #7E4598

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.88%

 BLUE value IS 152 (59.77% from 255) = 43.8%

R = 36.31%
G = 19.88%
B = 43.8%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7E4598 (or 0x7E4598) is known color: Vivid Violet. HEX triplet: 7E, 45 and 98. RGB value is (126,69,152). Sum of RGB (Red+Green+Blue) = 126+69+152=347 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.31% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 152 - color contains mainly: blue. Hex color #7E4598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4598 is #81BA67. Grayscale: #5F5F5F. Windows color (decimal): -8501864 or 9979262. OLE color: 9979262.

HSL color Cylindrical-coordinate representation of color #7E4598: hue angle of 281.2º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E4598 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 126 69 152 -
CMYK 0.17 0.55 0 0.40
HSL 281.2º 0.38% 0.43% -
HSV(B) 281.2º 0.55% 0.6% -
XYZ 16.4 10.96 30.96 -
YUV 95.51 159.88 149.75 -
System Red Green Blue C M Y K H S L
Decimal 126 69 152 0.17 0.55 0 0.40 281.2 0.38 0.43
Hex 7E 45 98 11 37 0 28 119 26 2B
Octal 176 105 230 21 67 0 50 431 46 53
Binary 1111110 1000101 10011000 10001 110111 0 101000 100011001 100110 101011

Color Harmonies of #7E4598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4598

Black with #7E4598

Text Example


Text Example

White with #7E4598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,69,152); }

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

background-color css

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

 a { background-color: rgb(126,69,152); }

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

border-color css

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

 span { border-color: rgb(126,69,152); }

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