Html Css Color HEX #781AA4 Vivid Violet

📋 copy color: '#781AA4'

red 120 ◦ green 26 ◦ blue 164

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

Shades of Vivid Violet #781AA4

Tints of Vivid Violet #781AA4

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.39%

 BLUE value IS 164 (64.45% from 255) = 52.9%

R = 38.71%
G = 8.39%
B = 52.9%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#781AA4 (or 0x781AA4) is known color: Vivid Violet. HEX triplet: 78, 1A and A4. RGB value is (120,26,164). Sum of RGB (Red+Green+Blue) = 120+26+164=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 164 (64.45% from 255 or 52.90% from 310); Max value from RGB is 164 - color contains mainly: blue. Hex color #781AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781AA4 is #87E55B. Grayscale: #454545. Windows color (decimal): -8906076 or 10754680. OLE color: 10754680.

HSL color Cylindrical-coordinate representation of color #781AA4: hue angle of 280.87º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781AA4 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 120 26 164 -
CMYK 0.27 0.84 0 0.36
HSL 280.87º 0.73% 0.37% -
HSV(B) 280.87º 0.84% 0.64% -
XYZ 14.82 7.41 35.77 -
YUV 69.84 181.14 163.78 -
System Red Green Blue C M Y K H S L
Decimal 120 26 164 0.27 0.84 0 0.36 280.87 0.73 0.37
Hex 78 1A A4 1B 54 0 24 119 49 25
Octal 170 32 244 33 124 0 44 431 111 45
Binary 1111000 11010 10100100 11011 1010100 0 100100 100011001 1001001 100101

Color Harmonies of #781AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781AA4

Black with #781AA4

Text Example


Text Example

White with #781AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,26,164); }

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

background-color css

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

 a { background-color: rgb(120,26,164); }

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

border-color css

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

 span { border-color: rgb(120,26,164); }

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