Html Css Color HEX #7D1A90 Vivid Violet

📋 copy color: '#7D1A90'

red 125 ◦ green 26 ◦ blue 144

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

Shades of Vivid Violet #7D1A90

Tints of Vivid Violet #7D1A90

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.81%

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

R = 42.37%
G = 8.81%
B = 48.81%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D1A90 (or 0x7D1A90) is known color: Vivid Violet. HEX triplet: 7D, 1A and 90. RGB value is (125,26,144). Sum of RGB (Red+Green+Blue) = 125+26+144=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #7D1A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1A90 is #82E56F. Grayscale: #444444. Windows color (decimal): -8578416 or 9443965. OLE color: 9443965.

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

Color convert

RGB 125 26 144 -
CMYK 0.13 0.82 0 0.44
HSL 290.34º 0.69% 0.33% -
HSV(B) 290.34º 0.82% 0.56% -
XYZ 13.86 7.11 27.03 -
YUV 69.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 125 26 144 0.13 0.82 0 0.44 290.34 0.69 0.33
Hex 7D 1A 90 D 52 0 2C 122 45 21
Octal 175 32 220 15 122 0 54 442 105 41
Binary 1111101 11010 10010000 1101 1010010 0 101100 100100010 1000101 100001

Color Harmonies of #7D1A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1A90

Black with #7D1A90

Text Example


Text Example

White with #7D1A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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