Html Css Color HEX #7D1795 Vivid Violet

📋 copy color: '#7D1795'

red 125 ◦ green 23 ◦ blue 149

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

Shades of Vivid Violet #7D1795

Tints of Vivid Violet #7D1795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.74%

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

R = 42.09%
G = 7.74%
B = 50.17%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7D1795 (or 0x7D1795) is known color: Vivid Violet. HEX triplet: 7D, 17 and 95. RGB value is (125,23,149). Sum of RGB (Red+Green+Blue) = 125+23+149=297 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.09% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #7D1795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1795 is #82E86A. Grayscale: #434343. Windows color (decimal): -8579179 or 9770877. OLE color: 9770877.

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

Color convert

RGB 125 23 149 -
CMYK 0.16 0.85 0 0.42
HSL 288.57º 0.73% 0.34% -
HSV(B) 288.57º 0.85% 0.58% -
XYZ 14.19 7.14 29.06 -
YUV 67.86 173.79 168.75 -
System Red Green Blue C M Y K H S L
Decimal 125 23 149 0.16 0.85 0 0.42 288.57 0.73 0.34
Hex 7D 17 95 10 55 0 2A 121 49 22
Octal 175 27 225 20 125 0 52 441 111 42
Binary 1111101 10111 10010101 10000 1010101 0 101010 100100001 1001001 100010

Color Harmonies of #7D1795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1795

Black with #7D1795

Text Example


Text Example

White with #7D1795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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