Html Css Color HEX #7E438E Vivid Violet

📋 copy color: '#7E438E'

red 126 ◦ green 67 ◦ blue 142

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

Shades of Vivid Violet #7E438E

Tints of Vivid Violet #7E438E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20%

 BLUE value IS 142 (55.86% from 255) = 42.39%

R = 37.61%
G = 20%
B = 42.39%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7E438E (or 0x7E438E) is known color: Vivid Violet. HEX triplet: 7E, 43 and 8E. RGB value is (126,67,142). Sum of RGB (Red+Green+Blue) = 126+67+142=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E438E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E438E is #81BC71. Grayscale: #5C5C5C. Windows color (decimal): -8502386 or 9323390. OLE color: 9323390.

HSL color Cylindrical-coordinate representation of color #7E438E: hue angle of 287.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E438E is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 126 67 142 -
CMYK 0.11 0.53 0 0.44
HSL 287.2º 0.36% 0.41% -
HSV(B) 287.2º 0.53% 0.56% -
XYZ 15.49 10.4 26.78 -
YUV 93.19 155.55 151.4 -
System Red Green Blue C M Y K H S L
Decimal 126 67 142 0.11 0.53 0 0.44 287.2 0.36 0.41
Hex 7E 43 8E B 35 0 2C 11F 24 29
Octal 176 103 216 13 65 0 54 437 44 51
Binary 1111110 1000011 10001110 1011 110101 0 101100 100011111 100100 101001

Color Harmonies of #7E438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E438E

Black with #7E438E

Text Example


Text Example

White with #7E438E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,67,142); }

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

background-color css

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

 a { background-color: rgb(126,67,142); }

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

border-color css

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

 span { border-color: rgb(126,67,142); }

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