Html Css Color HEX #781DAA Vivid Violet

📋 copy color: '#781DAA'

red 120 ◦ green 29 ◦ blue 170

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

Shades of Vivid Violet #781DAA

Tints of Vivid Violet #781DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.09%

 BLUE value IS 170 (66.8% from 255) = 53.29%

R = 37.62%
G = 9.09%
B = 53.29%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#781DAA (or 0x781DAA) is known color: Vivid Violet. HEX triplet: 78, 1D and AA. RGB value is (120,29,170). Sum of RGB (Red+Green+Blue) = 120+29+170=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #781DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781DAA is #87E255. Grayscale: #474747. Windows color (decimal): -8905302 or 11148664. OLE color: 11148664.

HSL color Cylindrical-coordinate representation of color #781DAA: hue angle of 278.72º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #781DAA is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 29 170 -
CMYK 0.29 0.83 0 0.33
HSL 278.72º 0.71% 0.39% -
HSV(B) 278.72º 0.83% 0.67% -
XYZ 15.44 7.77 38.72 -
YUV 72.28 183.15 162.04 -
System Red Green Blue C M Y K H S L
Decimal 120 29 170 0.29 0.83 0 0.33 278.72 0.71 0.39
Hex 78 1D AA 1D 53 0 21 117 47 27
Octal 170 35 252 35 123 0 41 427 107 47
Binary 1111000 11101 10101010 11101 1010011 0 100001 100010111 1000111 100111

Color Harmonies of #781DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781DAA

Black with #781DAA

Text Example


Text Example

White with #781DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781DAA; }

 p { color: rgb(120,29,170); }

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

background-color css

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

 a { background-color: rgb(120,29,170); }

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

border-color css

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

 span { border-color: rgb(120,29,170); }

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