Html Css Color HEX #78298A Vivid Violet

📋 copy color: '#78298A'

red 120 ◦ green 41 ◦ blue 138

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

Shades of Vivid Violet #78298A

Tints of Vivid Violet #78298A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.71%

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

R = 40.13%
G = 13.71%
B = 46.15%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#78298A (or 0x78298A) is known color: Vivid Violet. HEX triplet: 78, 29 and 8A. RGB value is (120,41,138). Sum of RGB (Red+Green+Blue) = 120+41+138=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #78298A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78298A is #87D675. Grayscale: #4B4B4B. Windows color (decimal): -8902262 or 9054584. OLE color: 9054584.

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

Color convert

RGB 120 41 138 -
CMYK 0.13 0.70 0 0.46
HSL 288.87º 0.54% 0.35% -
HSV(B) 288.87º 0.7% 0.54% -
XYZ 13.13 7.41 24.78 -
YUV 75.68 163.17 159.61 -
System Red Green Blue C M Y K H S L
Decimal 120 41 138 0.13 0.70 0 0.46 288.87 0.54 0.35
Hex 78 29 8A D 46 0 2E 121 36 23
Octal 170 51 212 15 106 0 56 441 66 43
Binary 1111000 101001 10001010 1101 1000110 0 101110 100100001 110110 100011

Color Harmonies of #78298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78298A

Black with #78298A

Text Example


Text Example

White with #78298A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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