Html Css Color HEX #78358C Vivid Violet

📋 copy color: '#78358C'

red 120 ◦ green 53 ◦ blue 140

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

Shades of Vivid Violet #78358C

Tints of Vivid Violet #78358C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.73%

R = 38.34%
G = 16.93%
B = 44.73%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78358C (or 0x78358C) is known color: Vivid Violet. HEX triplet: 78, 35 and 8C. RGB value is (120,53,140). Sum of RGB (Red+Green+Blue) = 120+53+140=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 140 - color contains mainly: blue. Hex color #78358C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78358C is #87CA73. Grayscale: #525252. Windows color (decimal): -8899188 or 9188728. OLE color: 9188728.

HSL color Cylindrical-coordinate representation of color #78358C: hue angle of 286.21º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78358C is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 53 140 -
CMYK 0.14 0.62 0 0.45
HSL 286.21º 0.45% 0.38% -
HSV(B) 286.21º 0.62% 0.55% -
XYZ 13.75 8.43 25.71 -
YUV 82.95 160.2 154.43 -
System Red Green Blue C M Y K H S L
Decimal 120 53 140 0.14 0.62 0 0.45 286.21 0.45 0.38
Hex 78 35 8C E 3E 0 2D 11E 2D 26
Octal 170 65 214 16 76 0 55 436 55 46
Binary 1111000 110101 10001100 1110 111110 0 101101 100011110 101101 100110

Color Harmonies of #78358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78358C

Black with #78358C

Text Example


Text Example

White with #78358C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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