Html Css Color HEX #781CAA Vivid Violet

📋 copy color: '#781CAA'

red 120 ◦ green 28 ◦ blue 170

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

Shades of Vivid Violet #781CAA

Tints of Vivid Violet #781CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.81%

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

R = 37.74%
G = 8.81%
B = 53.46%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#781CAA (or 0x781CAA) is known color: Vivid Violet. HEX triplet: 78, 1C and AA. RGB value is (120,28,170). Sum of RGB (Red+Green+Blue) = 120+28+170=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #781CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781CAA is #87E355. Grayscale: #474747. Windows color (decimal): -8905558 or 11148408. OLE color: 11148408.

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

Color convert

RGB 120 28 170 -
CMYK 0.29 0.84 0 0.33
HSL 278.87º 0.72% 0.39% -
HSV(B) 278.87º 0.84% 0.67% -
XYZ 15.42 7.73 38.71 -
YUV 71.7 183.48 162.45 -
System Red Green Blue C M Y K H S L
Decimal 120 28 170 0.29 0.84 0 0.33 278.87 0.72 0.39
Hex 78 1C AA 1D 54 0 21 117 48 27
Octal 170 34 252 35 124 0 41 427 110 47
Binary 1111000 11100 10101010 11101 1010100 0 100001 100010111 1001000 100111

Color Harmonies of #781CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781CAA

Black with #781CAA

Text Example


Text Example

White with #781CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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