Html Css Color HEX #7D379B Vivid Violet

📋 copy color: '#7D379B'

red 125 ◦ green 55 ◦ blue 155

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

Shades of Vivid Violet #7D379B

Tints of Vivid Violet #7D379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.42%

 BLUE value IS 155 (60.94% from 255) = 46.27%

R = 37.31%
G = 16.42%
B = 46.27%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D379B (or 0x7D379B) is known color: Vivid Violet. HEX triplet: 7D, 37 and 9B. RGB value is (125,55,155). Sum of RGB (Red+Green+Blue) = 125+55+155=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D379B is #82C864. Grayscale: #565656. Windows color (decimal): -8570981 or 10172285. OLE color: 10172285.

HSL color Cylindrical-coordinate representation of color #7D379B: hue angle of 282º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D379B is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 55 155 -
CMYK 0.19 0.65 0 0.39
HSL 282º 0.48% 0.41% -
HSV(B) 282º 0.65% 0.61% -
XYZ 15.74 9.46 32.01 -
YUV 87.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 125 55 155 0.19 0.65 0 0.39 282 0.48 0.41
Hex 7D 37 9B 13 41 0 27 11A 30 29
Octal 175 67 233 23 101 0 47 432 60 51
Binary 1111101 110111 10011011 10011 1000001 0 100111 100011010 110000 101001

Color Harmonies of #7D379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D379B

Black with #7D379B

Text Example


Text Example

White with #7D379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,55,155); }

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

background-color css

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

 a { background-color: rgb(125,55,155); }

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

border-color css

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

 span { border-color: rgb(125,55,155); }

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