Html Css Color HEX #781990 Vivid Violet

📋 copy color: '#781990'

red 120 ◦ green 25 ◦ blue 144

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

Shades of Vivid Violet #781990

Tints of Vivid Violet #781990

RGB

 RED value IS 120 (47.27% from 255) = 41.52%

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

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

R = 41.52%
G = 8.65%
B = 49.83%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#781990 (or 0x781990) is known color: Vivid Violet. HEX triplet: 78, 19 and 90. RGB value is (120,25,144). Sum of RGB (Red+Green+Blue) = 120+25+144=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #781990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781990 is #87E66F. Grayscale: #424242. Windows color (decimal): -8906352 or 9443704. OLE color: 9443704.

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

Color convert

RGB 120 25 144 -
CMYK 0.17 0.83 0 0.44
HSL 287.9º 0.7% 0.33% -
HSV(B) 287.9º 0.83% 0.56% -
XYZ 13.13 6.7 26.99 -
YUV 66.97 171.47 165.82 -
System Red Green Blue C M Y K H S L
Decimal 120 25 144 0.17 0.83 0 0.44 287.9 0.7 0.33
Hex 78 19 90 11 53 0 2C 120 46 21
Octal 170 31 220 21 123 0 54 440 106 41
Binary 1111000 11001 10010000 10001 1010011 0 101100 100100000 1000110 100001

Color Harmonies of #781990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781990

Black with #781990

Text Example


Text Example

White with #781990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781990; }

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

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

background-color css

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

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

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

border-color css

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

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

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