Html Css Color HEX #784093 Vivid Violet

📋 copy color: '#784093'

red 120 ◦ green 64 ◦ blue 147

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

Shades of Vivid Violet #784093

Tints of Vivid Violet #784093

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

 BLUE value IS 147 (57.81% from 255) = 44.41%

R = 36.25%
G = 19.34%
B = 44.41%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#784093 (or 0x784093) is known color: Vivid Violet. HEX triplet: 78, 40 and 93. RGB value is (120,64,147). Sum of RGB (Red+Green+Blue) = 120+64+147=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #784093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784093 is #87BF6C. Grayscale: #595959. Windows color (decimal): -8896365 or 9650296. OLE color: 9650296.

HSL color Cylindrical-coordinate representation of color #784093: hue angle of 280.48º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #784093 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 64 147 -
CMYK 0.18 0.56 0 0.42
HSL 280.48º 0.39% 0.41% -
HSV(B) 280.48º 0.56% 0.58% -
XYZ 14.85 9.77 28.71 -
YUV 90.21 160.05 149.25 -
System Red Green Blue C M Y K H S L
Decimal 120 64 147 0.18 0.56 0 0.42 280.48 0.39 0.41
Hex 78 40 93 12 38 0 2A 118 27 29
Octal 170 100 223 22 70 0 52 430 47 51
Binary 1111000 1000000 10010011 10010 111000 0 101010 100011000 100111 101001

Color Harmonies of #784093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784093

Black with #784093

Text Example


Text Example

White with #784093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784093; }

 p { color: rgb(120,64,147); }

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

background-color css

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

 a { background-color: rgb(120,64,147); }

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

border-color css

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

 span { border-color: rgb(120,64,147); }

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