Html Css Color HEX #78418B Vivid Violet

📋 copy color: '#78418B'

red 120 ◦ green 65 ◦ blue 139

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

Shades of Vivid Violet #78418B

Tints of Vivid Violet #78418B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.06%

 BLUE value IS 139 (54.69% from 255) = 42.9%

R = 37.04%
G = 20.06%
B = 42.9%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78418B (or 0x78418B) is known color: Vivid Violet. HEX triplet: 78, 41 and 8B. RGB value is (120,65,139). Sum of RGB (Red+Green+Blue) = 120+65+139=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #78418B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78418B is #87BE74. Grayscale: #595959. Windows color (decimal): -8896117 or 9126264. OLE color: 9126264.

HSL color Cylindrical-coordinate representation of color #78418B: hue angle of 284.59º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78418B is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 65 139 -
CMYK 0.14 0.53 0 0.45
HSL 284.59º 0.36% 0.4% -
HSV(B) 284.59º 0.53% 0.55% -
XYZ 14.3 9.64 25.53 -
YUV 89.88 155.72 149.48 -
System Red Green Blue C M Y K H S L
Decimal 120 65 139 0.14 0.53 0 0.45 284.59 0.36 0.4
Hex 78 41 8B E 35 0 2D 11D 24 28
Octal 170 101 213 16 65 0 55 435 44 50
Binary 1111000 1000001 10001011 1110 110101 0 101101 100011101 100100 101000

Color Harmonies of #78418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78418B

Black with #78418B

Text Example


Text Example

White with #78418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78418B; }

 p { color: rgb(120,65,139); }

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

background-color css

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

 a { background-color: rgb(120,65,139); }

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

border-color css

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

 span { border-color: rgb(120,65,139); }

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