Html Css Color HEX #7D2699 Vivid Violet

📋 copy color: '#7D2699'

red 125 ◦ green 38 ◦ blue 153

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

Shades of Vivid Violet #7D2699

Tints of Vivid Violet #7D2699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.03%

 BLUE value IS 153 (60.16% from 255) = 48.42%

R = 39.56%
G = 12.03%
B = 48.42%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7D2699 (or 0x7D2699) is known color: Vivid Violet. HEX triplet: 7D, 26 and 99. RGB value is (125,38,153). Sum of RGB (Red+Green+Blue) = 125+38+153=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #7D2699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2699 is #82D966. Grayscale: #4C4C4C. Windows color (decimal): -8575335 or 10036861. OLE color: 10036861.

HSL color Cylindrical-coordinate representation of color #7D2699: hue angle of 285.39º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D2699 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 125 38 153 -
CMYK 0.18 0.75 0 0.4
HSL 285.39º 0.6% 0.37% -
HSV(B) 285.39º 0.75% 0.6% -
XYZ 14.9 8.05 30.9 -
YUV 77.12 170.82 162.15 -
System Red Green Blue C M Y K H S L
Decimal 125 38 153 0.18 0.75 0 0.4 285.39 0.6 0.37
Hex 7D 26 99 12 4B 0 28 11D 3C 25
Octal 175 46 231 22 113 0 50 435 74 45
Binary 1111101 100110 10011001 10010 1001011 0 101000 100011101 111100 100101

Color Harmonies of #7D2699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2699

Black with #7D2699

Text Example


Text Example

White with #7D2699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,38,153); }

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

background-color css

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

 a { background-color: rgb(125,38,153); }

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

border-color css

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

 span { border-color: rgb(125,38,153); }

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