Html Css Color HEX #78268B Vivid Violet

📋 copy color: '#78268B'

red 120 ◦ green 38 ◦ blue 139

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

Shades of Vivid Violet #78268B

Tints of Vivid Violet #78268B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.79%

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

R = 40.4%
G = 12.79%
B = 46.8%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78268B (or 0x78268B) is known color: Vivid Violet. HEX triplet: 78, 26 and 8B. RGB value is (120,38,139). Sum of RGB (Red+Green+Blue) = 120+38+139=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #78268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78268B is #87D974. Grayscale: #494949. Windows color (decimal): -8903029 or 9119352. OLE color: 9119352.

HSL color Cylindrical-coordinate representation of color #78268B: hue angle of 288.71º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78268B is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 38 139 -
CMYK 0.14 0.73 0 0.45
HSL 288.71º 0.57% 0.35% -
HSV(B) 288.71º 0.73% 0.55% -
XYZ 13.1 7.24 25.13 -
YUV 74.03 164.67 160.79 -
System Red Green Blue C M Y K H S L
Decimal 120 38 139 0.14 0.73 0 0.45 288.71 0.57 0.35
Hex 78 26 8B E 49 0 2D 121 39 23
Octal 170 46 213 16 111 0 55 441 71 43
Binary 1111000 100110 10001011 1110 1001001 0 101101 100100001 111001 100011

Color Harmonies of #78268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78268B

Black with #78268B

Text Example


Text Example

White with #78268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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