Html Css Color HEX #78309D Vivid Violet

📋 copy color: '#78309D'

red 120 ◦ green 48 ◦ blue 157

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

Shades of Vivid Violet #78309D

Tints of Vivid Violet #78309D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.31%

R = 36.92%
G = 14.77%
B = 48.31%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78309D (or 0x78309D) is known color: Vivid Violet. HEX triplet: 78, 30 and 9D. RGB value is (120,48,157). Sum of RGB (Red+Green+Blue) = 120+48+157=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #78309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78309D is #87CF62. Grayscale: #515151. Windows color (decimal): -8900451 or 10301560. OLE color: 10301560.

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

Color convert

RGB 120 48 157 -
CMYK 0.24 0.69 0 0.38
HSL 279.63º 0.53% 0.4% -
HSV(B) 279.63º 0.69% 0.62% -
XYZ 14.89 8.54 32.76 -
YUV 81.95 170.35 155.14 -
System Red Green Blue C M Y K H S L
Decimal 120 48 157 0.24 0.69 0 0.38 279.63 0.53 0.4
Hex 78 30 9D 18 45 0 26 118 35 28
Octal 170 60 235 30 105 0 46 430 65 50
Binary 1111000 110000 10011101 11000 1000101 0 100110 100011000 110101 101000

Color Harmonies of #78309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78309D

Black with #78309D

Text Example


Text Example

White with #78309D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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