Html Css Color HEX #7D2994 Vivid Violet

📋 copy color: '#7D2994'

red 125 ◦ green 41 ◦ blue 148

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

Shades of Vivid Violet #7D2994

Tints of Vivid Violet #7D2994

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.06%

 BLUE value IS 148 (58.2% from 255) = 47.13%

R = 39.81%
G = 13.06%
B = 47.13%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7D2994 (or 0x7D2994) is known color: Vivid Violet. HEX triplet: 7D, 29 and 94. RGB value is (125,41,148). Sum of RGB (Red+Green+Blue) = 125+41+148=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #7D2994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2994 is #82D66B. Grayscale: #4D4D4D. Windows color (decimal): -8574572 or 9709949. OLE color: 9709949.

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

Color convert

RGB 125 41 148 -
CMYK 0.16 0.72 0 0.42
HSL 287.1º 0.57% 0.37% -
HSV(B) 287.1º 0.72% 0.58% -
XYZ 14.6 8.08 28.81 -
YUV 78.31 167.33 161.3 -
System Red Green Blue C M Y K H S L
Decimal 125 41 148 0.16 0.72 0 0.42 287.1 0.57 0.37
Hex 7D 29 94 10 48 0 2A 11F 39 25
Octal 175 51 224 20 110 0 52 437 71 45
Binary 1111101 101001 10010100 10000 1001000 0 101010 100011111 111001 100101

Color Harmonies of #7D2994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2994

Black with #7D2994

Text Example


Text Example

White with #7D2994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,41,148); }

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

background-color css

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

 a { background-color: rgb(125,41,148); }

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

border-color css

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

 span { border-color: rgb(125,41,148); }

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