Html Css Color HEX #7D408E Vivid Violet

📋 copy color: '#7D408E'

red 125 ◦ green 64 ◦ blue 142

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

Shades of Vivid Violet #7D408E

Tints of Vivid Violet #7D408E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

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

R = 37.76%
G = 19.34%
B = 42.9%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D408E (or 0x7D408E) is known color: Vivid Violet. HEX triplet: 7D, 40 and 8E. RGB value is (125,64,142). Sum of RGB (Red+Green+Blue) = 125+64+142=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D408E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D408E is #82BF71. Grayscale: #5A5A5A. Windows color (decimal): -8568690 or 9322621. OLE color: 9322621.

HSL color Cylindrical-coordinate representation of color #7D408E: hue angle of 286.92º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D408E is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 64 142 -
CMYK 0.12 0.55 0 0.44
HSL 286.92º 0.38% 0.4% -
HSV(B) 286.92º 0.55% 0.56% -
XYZ 15.17 9.98 26.72 -
YUV 91.13 156.71 152.16 -
System Red Green Blue C M Y K H S L
Decimal 125 64 142 0.12 0.55 0 0.44 286.92 0.38 0.4
Hex 7D 40 8E C 37 0 2C 11F 26 28
Octal 175 100 216 14 67 0 54 437 46 50
Binary 1111101 1000000 10001110 1100 110111 0 101100 100011111 100110 101000

Color Harmonies of #7D408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D408E

Black with #7D408E

Text Example


Text Example

White with #7D408E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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