Html Css Color HEX #78258D Vivid Violet

📋 copy color: '#78258D'

red 120 ◦ green 37 ◦ blue 141

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

Shades of Vivid Violet #78258D

Tints of Vivid Violet #78258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.42%

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

R = 40.27%
G = 12.42%
B = 47.32%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78258D (or 0x78258D) is known color: Vivid Violet. HEX triplet: 78, 25 and 8D. RGB value is (120,37,141). Sum of RGB (Red+Green+Blue) = 120+37+141=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #78258D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78258D is #87DA72. Grayscale: #494949. Windows color (decimal): -8903283 or 9250168. OLE color: 9250168.

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

Color convert

RGB 120 37 141 -
CMYK 0.15 0.74 0 0.45
HSL 287.88º 0.58% 0.35% -
HSV(B) 287.88º 0.74% 0.55% -
XYZ 13.22 7.24 25.9 -
YUV 73.67 166 161.04 -
System Red Green Blue C M Y K H S L
Decimal 120 37 141 0.15 0.74 0 0.45 287.88 0.58 0.35
Hex 78 25 8D F 4A 0 2D 120 3A 23
Octal 170 45 215 17 112 0 55 440 72 43
Binary 1111000 100101 10001101 1111 1001010 0 101101 100100000 111010 100011

Color Harmonies of #78258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78258D

Black with #78258D

Text Example


Text Example

White with #78258D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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