Html Css Color HEX #7D1899 Vivid Violet

📋 copy color: '#7D1899'

red 125 ◦ green 24 ◦ blue 153

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

Shades of Vivid Violet #7D1899

Tints of Vivid Violet #7D1899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.95%

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

R = 41.39%
G = 7.95%
B = 50.66%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7D1899 (or 0x7D1899) is known color: Vivid Violet. HEX triplet: 7D, 18 and 99. RGB value is (125,24,153). Sum of RGB (Red+Green+Blue) = 125+24+153=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #7D1899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1899 is #82E766. Grayscale: #444444. Windows color (decimal): -8578919 or 10033277. OLE color: 10033277.

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

Color convert

RGB 125 24 153 -
CMYK 0.18 0.84 0 0.4
HSL 286.98º 0.73% 0.35% -
HSV(B) 286.98º 0.84% 0.6% -
XYZ 14.53 7.31 30.78 -
YUV 68.91 175.46 168.01 -
System Red Green Blue C M Y K H S L
Decimal 125 24 153 0.18 0.84 0 0.4 286.98 0.73 0.35
Hex 7D 18 99 12 54 0 28 11F 49 23
Octal 175 30 231 22 124 0 50 437 111 43
Binary 1111101 11000 10011001 10010 1010100 0 101000 100011111 1001001 100011

Color Harmonies of #7D1899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1899

Black with #7D1899

Text Example


Text Example

White with #7D1899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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