Html Css Color HEX #802790 Vivid Violet

📋 copy color: '#802790'

red 128 ◦ green 39 ◦ blue 144

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

Shades of Vivid Violet #802790

Tints of Vivid Violet #802790

RGB

 RED value IS 128 (50.39% from 255) = 41.16%

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

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

R = 41.16%
G = 12.54%
B = 46.3%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#802790 (or 0x802790) is known color: Vivid Violet. HEX triplet: 80, 27 and 90. RGB value is (128,39,144). Sum of RGB (Red+Green+Blue) = 128+39+144=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #802790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802790 is #7FD86F. Grayscale: #4D4D4D. Windows color (decimal): -8378480 or 9447296. OLE color: 9447296.

HSL color Cylindrical-coordinate representation of color #802790: hue angle of 290.86º 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 #802790 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 39 144 -
CMYK 0.11 0.73 0 0.44
HSL 290.86º 0.57% 0.36% -
HSV(B) 290.86º 0.73% 0.56% -
XYZ 14.66 8.05 27.17 -
YUV 77.58 165.49 163.96 -
System Red Green Blue C M Y K H S L
Decimal 128 39 144 0.11 0.73 0 0.44 290.86 0.57 0.36
Hex 80 27 90 B 49 0 2C 123 39 24
Octal 200 47 220 13 111 0 54 443 71 44
Binary 10000000 100111 10010000 1011 1001001 0 101100 100100011 111001 100100

Color Harmonies of #802790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802790

Black with #802790

Text Example


Text Example

White with #802790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802790; }

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

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

background-color css

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

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

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

border-color css

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

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

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