Html Css Color HEX #7D2790 Vivid Violet

📋 copy color: '#7D2790'

red 125 ◦ green 39 ◦ blue 144

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

Shades of Vivid Violet #7D2790

Tints of Vivid Violet #7D2790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.66%

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

R = 40.58%
G = 12.66%
B = 46.75%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D2790 (or 0x7D2790) is known color: Vivid Violet. HEX triplet: 7D, 27 and 90. RGB value is (125,39,144). Sum of RGB (Red+Green+Blue) = 125+39+144=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #7D2790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2790 is #82D86F. Grayscale: #4C4C4C. Windows color (decimal): -8575088 or 9447293. OLE color: 9447293.

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

Color convert

RGB 125 39 144 -
CMYK 0.13 0.73 0 0.44
HSL 289.14º 0.57% 0.36% -
HSV(B) 289.14º 0.73% 0.56% -
XYZ 14.22 7.82 27.15 -
YUV 76.68 165.99 162.46 -
System Red Green Blue C M Y K H S L
Decimal 125 39 144 0.13 0.73 0 0.44 289.14 0.57 0.36
Hex 7D 27 90 D 49 0 2C 121 39 24
Octal 175 47 220 15 111 0 54 441 71 44
Binary 1111101 100111 10010000 1101 1001001 0 101100 100100001 111001 100100

Color Harmonies of #7D2790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2790

Black with #7D2790

Text Example


Text Example

White with #7D2790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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