Html Css Color HEX #7D438E Vivid Violet

📋 copy color: '#7D438E'

red 125 ◦ green 67 ◦ blue 142

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

Shades of Vivid Violet #7D438E

Tints of Vivid Violet #7D438E

RGB

 RED value IS 125 (49.22% from 255) = 37.43%

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

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

R = 37.43%
G = 20.06%
B = 42.51%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D438E (or 0x7D438E) is known color: Vivid Violet. HEX triplet: 7D, 43 and 8E. RGB value is (125,67,142). Sum of RGB (Red+Green+Blue) = 125+67+142=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D438E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D438E is #82BC71. Grayscale: #5C5C5C. Windows color (decimal): -8567922 or 9323389. OLE color: 9323389.

HSL color Cylindrical-coordinate representation of color #7D438E: hue angle of 286.4º 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 #7D438E is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 67 142 -
CMYK 0.12 0.53 0 0.44
HSL 286.4º 0.36% 0.41% -
HSV(B) 286.4º 0.53% 0.56% -
XYZ 15.35 10.33 26.78 -
YUV 92.89 155.72 150.9 -
System Red Green Blue C M Y K H S L
Decimal 125 67 142 0.12 0.53 0 0.44 286.4 0.36 0.41
Hex 7D 43 8E C 35 0 2C 11E 24 29
Octal 175 103 216 14 65 0 54 436 44 51
Binary 1111101 1000011 10001110 1100 110101 0 101100 100011110 100100 101001

Color Harmonies of #7D438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D438E

Black with #7D438E

Text Example


Text Example

White with #7D438E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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