Html Css Color HEX #7D4395 Vivid Violet

📋 copy color: '#7D4395'

red 125 ◦ green 67 ◦ blue 149

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

Shades of Vivid Violet #7D4395

Tints of Vivid Violet #7D4395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.7%

R = 36.66%
G = 19.65%
B = 43.7%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7D4395 (or 0x7D4395) is known color: Vivid Violet. HEX triplet: 7D, 43 and 95. RGB value is (125,67,149). Sum of RGB (Red+Green+Blue) = 125+67+149=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #7D4395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4395 is #82BC6A. Grayscale: #5D5D5D. Windows color (decimal): -8567915 or 9782141. OLE color: 9782141.

HSL color Cylindrical-coordinate representation of color #7D4395: hue angle of 282.44º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D4395 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 67 149 -
CMYK 0.16 0.55 0 0.42
HSL 282.44º 0.38% 0.42% -
HSV(B) 282.44º 0.55% 0.58% -
XYZ 15.89 10.54 29.63 -
YUV 93.69 159.22 150.33 -
System Red Green Blue C M Y K H S L
Decimal 125 67 149 0.16 0.55 0 0.42 282.44 0.38 0.42
Hex 7D 43 95 10 37 0 2A 11A 26 2A
Octal 175 103 225 20 67 0 52 432 46 52
Binary 1111101 1000011 10010101 10000 110111 0 101010 100011010 100110 101010

Color Harmonies of #7D4395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4395

Black with #7D4395

Text Example


Text Example

White with #7D4395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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