Html Css Color HEX #78408F Vivid Violet

📋 copy color: '#78408F'

red 120 ◦ green 64 ◦ blue 143

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

Shades of Vivid Violet #78408F

Tints of Vivid Violet #78408F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.73%

R = 36.7%
G = 19.57%
B = 43.73%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#78408F (or 0x78408F) is known color: Vivid Violet. HEX triplet: 78, 40 and 8F. RGB value is (120,64,143). Sum of RGB (Red+Green+Blue) = 120+64+143=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 143 - color contains mainly: blue. Hex color #78408F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78408F is #87BF70. Grayscale: #595959. Windows color (decimal): -8896369 or 9388152. OLE color: 9388152.

HSL color Cylindrical-coordinate representation of color #78408F: hue angle of 282.53º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78408F is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 64 143 -
CMYK 0.16 0.55 0 0.44
HSL 282.53º 0.38% 0.41% -
HSV(B) 282.53º 0.55% 0.56% -
XYZ 14.54 9.64 27.08 -
YUV 89.75 158.05 149.58 -
System Red Green Blue C M Y K H S L
Decimal 120 64 143 0.16 0.55 0 0.44 282.53 0.38 0.41
Hex 78 40 8F 10 37 0 2C 11B 26 29
Octal 170 100 217 20 67 0 54 433 46 51
Binary 1111000 1000000 10001111 10000 110111 0 101100 100011011 100110 101001

Color Harmonies of #78408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78408F

Black with #78408F

Text Example


Text Example

White with #78408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78408F; }

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

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

background-color css

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

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

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

border-color css

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

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

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