Html Css Color HEX #78388B Vivid Violet

📋 copy color: '#78388B'

red 120 ◦ green 56 ◦ blue 139

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

Shades of Vivid Violet #78388B

Tints of Vivid Violet #78388B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.78%

 BLUE value IS 139 (54.69% from 255) = 44.13%

R = 38.1%
G = 17.78%
B = 44.13%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78388B (or 0x78388B) is known color: Vivid Violet. HEX triplet: 78, 38 and 8B. RGB value is (120,56,139). Sum of RGB (Red+Green+Blue) = 120+56+139=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #78388B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78388B is #87C774. Grayscale: #545454. Windows color (decimal): -8898421 or 9123960. OLE color: 9123960.

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

Color convert

RGB 120 56 139 -
CMYK 0.14 0.60 0 0.45
HSL 286.27º 0.43% 0.38% -
HSV(B) 286.27º 0.6% 0.55% -
XYZ 13.82 8.69 25.37 -
YUV 84.6 158.7 153.25 -
System Red Green Blue C M Y K H S L
Decimal 120 56 139 0.14 0.60 0 0.45 286.27 0.43 0.38
Hex 78 38 8B E 3C 0 2D 11E 2B 26
Octal 170 70 213 16 74 0 55 436 53 46
Binary 1111000 111000 10001011 1110 111100 0 101101 100011110 101011 100110

Color Harmonies of #78388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78388B

Black with #78388B

Text Example


Text Example

White with #78388B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,56,139); }

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

background-color css

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

 a { background-color: rgb(120,56,139); }

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

border-color css

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

 span { border-color: rgb(120,56,139); }

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