Html Css Color HEX #78309C Vivid Violet

📋 copy color: '#78309C'

red 120 ◦ green 48 ◦ blue 156

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

Shades of Vivid Violet #78309C

Tints of Vivid Violet #78309C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.81%

 BLUE value IS 156 (61.33% from 255) = 48.15%

R = 37.04%
G = 14.81%
B = 48.15%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78309C (or 0x78309C) is known color: Vivid Violet. HEX triplet: 78, 30 and 9C. RGB value is (120,48,156). Sum of RGB (Red+Green+Blue) = 120+48+156=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #78309C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78309C is #87CF63. Grayscale: #515151. Windows color (decimal): -8900452 or 10236024. OLE color: 10236024.

HSL color Cylindrical-coordinate representation of color #78309C: hue angle of 280º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78309C is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 48 156 -
CMYK 0.23 0.69 0 0.39
HSL 280º 0.53% 0.4% -
HSV(B) 280º 0.69% 0.61% -
XYZ 14.8 8.51 32.31 -
YUV 81.84 169.85 155.22 -
System Red Green Blue C M Y K H S L
Decimal 120 48 156 0.23 0.69 0 0.39 280 0.53 0.4
Hex 78 30 9C 17 45 0 27 118 35 28
Octal 170 60 234 27 105 0 47 430 65 50
Binary 1111000 110000 10011100 10111 1000101 0 100111 100011000 110101 101000

Color Harmonies of #78309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78309C

Black with #78309C

Text Example


Text Example

White with #78309C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78309C; }

 p { color: rgb(120,48,156); }

 H1.HeaderClassName
 {
   color: #78309C;
 }
 .AnyTagClassName
 {
   color: #78309C;
 }
</style>

background-color css

<style>
 a { background-color: #78309C; }

 a { background-color: rgb(120,48,156); }

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

border-color css

<style>
 span { border-color: #78309C; }

 span { border-color: rgb(120,48,156); }

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