Html Css Color HEX #78278A Vivid Violet

📋 copy color: '#78278A'

red 120 ◦ green 39 ◦ blue 138

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

Shades of Vivid Violet #78278A

Tints of Vivid Violet #78278A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.13%

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

R = 40.4%
G = 13.13%
B = 46.46%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#78278A (or 0x78278A) is known color: Vivid Violet. HEX triplet: 78, 27 and 8A. RGB value is (120,39,138). Sum of RGB (Red+Green+Blue) = 120+39+138=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #78278A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78278A is #87D875. Grayscale: #4A4A4A. Windows color (decimal): -8902774 or 9054072. OLE color: 9054072.

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

Color convert

RGB 120 39 138 -
CMYK 0.13 0.72 0 0.46
HSL 289.09º 0.56% 0.35% -
HSV(B) 289.09º 0.72% 0.54% -
XYZ 13.06 7.28 24.76 -
YUV 74.51 163.84 160.45 -
System Red Green Blue C M Y K H S L
Decimal 120 39 138 0.13 0.72 0 0.46 289.09 0.56 0.35
Hex 78 27 8A D 48 0 2E 121 38 23
Octal 170 47 212 15 110 0 56 441 70 43
Binary 1111000 100111 10001010 1101 1001000 0 101110 100100001 111000 100011

Color Harmonies of #78278A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78278A

Black with #78278A

Text Example


Text Example

White with #78278A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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