Html Css Color HEX #7D1990 Vivid Violet

📋 copy color: '#7D1990'

red 125 ◦ green 25 ◦ blue 144

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

Shades of Vivid Violet #7D1990

Tints of Vivid Violet #7D1990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.5%

 BLUE value IS 144 (56.64% from 255) = 48.98%

R = 42.52%
G = 8.5%
B = 48.98%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D1990 (or 0x7D1990) is known color: Vivid Violet. HEX triplet: 7D, 19 and 90. RGB value is (125,25,144). Sum of RGB (Red+Green+Blue) = 125+25+144=294 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.52% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #7D1990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1990 is #82E66F. Grayscale: #444444. Windows color (decimal): -8578672 or 9443709. OLE color: 9443709.

HSL color Cylindrical-coordinate representation of color #7D1990: hue angle of 290.42º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D1990 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 25 144 -
CMYK 0.13 0.83 0 0.44
HSL 290.42º 0.7% 0.33% -
HSV(B) 290.42º 0.83% 0.56% -
XYZ 13.84 7.07 27.02 -
YUV 68.47 170.63 168.32 -
System Red Green Blue C M Y K H S L
Decimal 125 25 144 0.13 0.83 0 0.44 290.42 0.7 0.33
Hex 7D 19 90 D 53 0 2C 122 46 21
Octal 175 31 220 15 123 0 54 442 106 41
Binary 1111101 11001 10010000 1101 1010011 0 101100 100100010 1000110 100001

Color Harmonies of #7D1990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1990

Black with #7D1990

Text Example


Text Example

White with #7D1990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,25,144); }

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

background-color css

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

 a { background-color: rgb(125,25,144); }

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

border-color css

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

 span { border-color: rgb(125,25,144); }

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