Html Css Color HEX #78338D Vivid Violet

📋 copy color: '#78338D'

red 120 ◦ green 51 ◦ blue 141

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

Shades of Vivid Violet #78338D

Tints of Vivid Violet #78338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.35%

 BLUE value IS 141 (55.47% from 255) = 45.19%

R = 38.46%
G = 16.35%
B = 45.19%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78338D (or 0x78338D) is known color: Vivid Violet. HEX triplet: 78, 33 and 8D. RGB value is (120,51,141). Sum of RGB (Red+Green+Blue) = 120+51+141=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #78338D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78338D is #87CC72. Grayscale: #515151. Windows color (decimal): -8899699 or 9253752. OLE color: 9253752.

HSL color Cylindrical-coordinate representation of color #78338D: hue angle of 286º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78338D is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 51 141 -
CMYK 0.15 0.64 0 0.45
HSL 286º 0.47% 0.38% -
HSV(B) 286º 0.64% 0.55% -
XYZ 13.74 8.28 26.07 -
YUV 81.89 161.36 155.18 -
System Red Green Blue C M Y K H S L
Decimal 120 51 141 0.15 0.64 0 0.45 286 0.47 0.38
Hex 78 33 8D F 40 0 2D 11E 2F 26
Octal 170 63 215 17 100 0 55 436 57 46
Binary 1111000 110011 10001101 1111 1000000 0 101101 100011110 101111 100110

Color Harmonies of #78338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78338D

Black with #78338D

Text Example


Text Example

White with #78338D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,51,141); }

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

background-color css

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

 a { background-color: rgb(120,51,141); }

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

border-color css

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

 span { border-color: rgb(120,51,141); }

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