Html Css Color HEX #7E3188 Vivid Violet

📋 copy color: '#7E3188'

red 126 ◦ green 49 ◦ blue 136

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

Shades of Vivid Violet #7E3188

Tints of Vivid Violet #7E3188

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.76%

 BLUE value IS 136 (53.52% from 255) = 43.73%

R = 40.51%
G = 15.76%
B = 43.73%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7E3188 (or 0x7E3188) is known color: Vivid Violet. HEX triplet: 7E, 31 and 88. RGB value is (126,49,136). Sum of RGB (Red+Green+Blue) = 126+49+136=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #7E3188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3188 is #81CE77. Grayscale: #515151. Windows color (decimal): -8507000 or 8925566. OLE color: 8925566.

HSL color Cylindrical-coordinate representation of color #7E3188: hue angle of 293.1º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E3188 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 126 49 136 -
CMYK 0.07 0.64 0 0.47
HSL 293.1º 0.47% 0.36% -
HSV(B) 293.1º 0.64% 0.53% -
XYZ 14.15 8.41 24.17 -
YUV 81.94 158.51 159.43 -
System Red Green Blue C M Y K H S L
Decimal 126 49 136 0.07 0.64 0 0.47 293.1 0.47 0.36
Hex 7E 31 88 7 40 0 2F 125 2F 24
Octal 176 61 210 7 100 0 57 445 57 44
Binary 1111110 110001 10001000 111 1000000 0 101111 100100101 101111 100100

Color Harmonies of #7E3188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3188

Black with #7E3188

Text Example


Text Example

White with #7E3188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,49,136); }

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

background-color css

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

 a { background-color: rgb(126,49,136); }

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

border-color css

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

 span { border-color: rgb(126,49,136); }

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