Html Css Color HEX #78359B Vivid Violet

📋 copy color: '#78359B'

red 120 ◦ green 53 ◦ blue 155

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

Shades of Vivid Violet #78359B

Tints of Vivid Violet #78359B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.16%

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

R = 36.59%
G = 16.16%
B = 47.26%

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

#78359B (or 0x78359B) is known color: Vivid Violet. HEX triplet: 78, 35 and 9B. RGB value is (120,53,155). Sum of RGB (Red+Green+Blue) = 120+53+155=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #78359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78359B is #87CA64. Grayscale: #545454. Windows color (decimal): -8899173 or 10171768. OLE color: 10171768.

HSL color Cylindrical-coordinate representation of color #78359B: hue angle of 279.41º degrees, saturation: 0.49, 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 #78359B is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 53 155 -
CMYK 0.23 0.66 0 0.39
HSL 279.41º 0.49% 0.41% -
HSV(B) 279.41º 0.66% 0.61% -
XYZ 14.94 8.91 31.94 -
YUV 84.66 167.7 153.21 -
System Red Green Blue C M Y K H S L
Decimal 120 53 155 0.23 0.66 0 0.39 279.41 0.49 0.41
Hex 78 35 9B 17 42 0 27 117 31 29
Octal 170 65 233 27 102 0 47 427 61 51
Binary 1111000 110101 10011011 10111 1000010 0 100111 100010111 110001 101001

Color Harmonies of #78359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78359B

Black with #78359B

Text Example


Text Example

White with #78359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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