Html Css Color HEX #78318A Vivid Violet

📋 copy color: '#78318A'

red 120 ◦ green 49 ◦ blue 138

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

Shades of Vivid Violet #78318A

Tints of Vivid Violet #78318A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.96%

 BLUE value IS 138 (54.3% from 255) = 44.95%

R = 39.09%
G = 15.96%
B = 44.95%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#78318A (or 0x78318A) is known color: Vivid Violet. HEX triplet: 78, 31 and 8A. RGB value is (120,49,138). Sum of RGB (Red+Green+Blue) = 120+49+138=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #78318A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78318A is #87CE75. Grayscale: #505050. Windows color (decimal): -8900214 or 9056632. OLE color: 9056632.

HSL color Cylindrical-coordinate representation of color #78318A: hue angle of 287.87º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78318A is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 49 138 -
CMYK 0.13 0.64 0 0.46
HSL 287.87º 0.48% 0.37% -
HSV(B) 287.87º 0.64% 0.54% -
XYZ 13.43 8.02 24.89 -
YUV 80.38 160.52 156.26 -
System Red Green Blue C M Y K H S L
Decimal 120 49 138 0.13 0.64 0 0.46 287.87 0.48 0.37
Hex 78 31 8A D 40 0 2E 120 30 25
Octal 170 61 212 15 100 0 56 440 60 45
Binary 1111000 110001 10001010 1101 1000000 0 101110 100100000 110000 100101

Color Harmonies of #78318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78318A

Black with #78318A

Text Example


Text Example

White with #78318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78318A; }

 p { color: rgb(120,49,138); }

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

background-color css

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

 a { background-color: rgb(120,49,138); }

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

border-color css

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

 span { border-color: rgb(120,49,138); }

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