Html Css Color HEX #78349B Vivid Violet

📋 copy color: '#78349B'

red 120 ◦ green 52 ◦ blue 155

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

Shades of Vivid Violet #78349B

Tints of Vivid Violet #78349B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.9%

 BLUE value IS 155 (60.94% from 255) = 47.4%

R = 36.7%
G = 15.9%
B = 47.4%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78349B (or 0x78349B) is known color: Vivid Violet. HEX triplet: 78, 34 and 9B. RGB value is (120,52,155). Sum of RGB (Red+Green+Blue) = 120+52+155=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #78349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78349B is #87CB64. Grayscale: #535353. Windows color (decimal): -8899429 or 10171512. OLE color: 10171512.

HSL color Cylindrical-coordinate representation of color #78349B: hue angle of 279.61º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #78349B is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 52 155 -
CMYK 0.23 0.66 0 0.39
HSL 279.61º 0.5% 0.41% -
HSV(B) 279.61º 0.66% 0.61% -
XYZ 14.89 8.82 31.93 -
YUV 84.07 168.03 153.62 -
System Red Green Blue C M Y K H S L
Decimal 120 52 155 0.23 0.66 0 0.39 279.61 0.5 0.41
Hex 78 34 9B 17 42 0 27 118 32 29
Octal 170 64 233 27 102 0 47 430 62 51
Binary 1111000 110100 10011011 10111 1000010 0 100111 100011000 110010 101001

Color Harmonies of #78349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78349B

Black with #78349B

Text Example


Text Example

White with #78349B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78349B; }

 p { color: rgb(120,52,155); }

 H1.HeaderClassName
 {
   color: #78349B;
 }
 .AnyTagClassName
 {
   color: #78349B;
 }
</style>

background-color css

<style>
 a { background-color: #78349B; }

 a { background-color: rgb(120,52,155); }

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

border-color css

<style>
 span { border-color: #78349B; }

 span { border-color: rgb(120,52,155); }

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