Html Css Color HEX #7D3F95 Vivid Violet

📋 copy color: '#7D3F95'

red 125 ◦ green 63 ◦ blue 149

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

Shades of Vivid Violet #7D3F95

Tints of Vivid Violet #7D3F95

RGB

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

 GREEN value IS 63 (25% from 255) = 18.69%

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

R = 37.09%
G = 18.69%
B = 44.21%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7D3F95 (or 0x7D3F95) is known color: Vivid Violet. HEX triplet: 7D, 3F and 95. RGB value is (125,63,149). Sum of RGB (Red+Green+Blue) = 125+63+149=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #7D3F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3F95 is #82C06A. Grayscale: #5B5B5B. Windows color (decimal): -8568939 or 9781117. OLE color: 9781117.

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

Color convert

RGB 125 63 149 -
CMYK 0.16 0.58 0 0.42
HSL 283.26º 0.41% 0.42% -
HSV(B) 283.26º 0.58% 0.58% -
XYZ 15.66 10.08 29.56 -
YUV 91.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 125 63 149 0.16 0.58 0 0.42 283.26 0.41 0.42
Hex 7D 3F 95 10 3A 0 2A 11B 29 2A
Octal 175 77 225 20 72 0 52 433 51 52
Binary 1111101 111111 10010101 10000 111010 0 101010 100011011 101001 101010

Color Harmonies of #7D3F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3F95

Black with #7D3F95

Text Example


Text Example

White with #7D3F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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