Html Css Color HEX #78309A Vivid Violet

📋 copy color: '#78309A'

red 120 ◦ green 48 ◦ blue 154

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

Shades of Vivid Violet #78309A

Tints of Vivid Violet #78309A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 47.83%

R = 37.27%
G = 14.91%
B = 47.83%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#78309A (or 0x78309A) is known color: Vivid Violet. HEX triplet: 78, 30 and 9A. RGB value is (120,48,154). Sum of RGB (Red+Green+Blue) = 120+48+154=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #78309A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78309A is #87CF65. Grayscale: #515151. Windows color (decimal): -8900454 or 10104952. OLE color: 10104952.

HSL color Cylindrical-coordinate representation of color #78309A: hue angle of 280.75º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78309A is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 48 154 -
CMYK 0.22 0.69 0 0.40
HSL 280.75º 0.52% 0.4% -
HSV(B) 280.75º 0.69% 0.6% -
XYZ 14.64 8.44 31.43 -
YUV 81.61 168.85 155.38 -
System Red Green Blue C M Y K H S L
Decimal 120 48 154 0.22 0.69 0 0.40 280.75 0.52 0.4
Hex 78 30 9A 16 45 0 28 119 34 28
Octal 170 60 232 26 105 0 50 431 64 50
Binary 1111000 110000 10011010 10110 1000101 0 101000 100011001 110100 101000

Color Harmonies of #78309A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78309A

Black with #78309A

Text Example


Text Example

White with #78309A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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