Html Css Color HEX #78248C Vivid Violet

📋 copy color: '#78248C'

red 120 ◦ green 36 ◦ blue 140

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

Shades of Vivid Violet #78248C

Tints of Vivid Violet #78248C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.16%

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

R = 40.54%
G = 12.16%
B = 47.3%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78248C (or 0x78248C) is known color: Vivid Violet. HEX triplet: 78, 24 and 8C. RGB value is (120,36,140). Sum of RGB (Red+Green+Blue) = 120+36+140=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #78248C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78248C is #87DB73. Grayscale: #484848. Windows color (decimal): -8903540 or 9184376. OLE color: 9184376.

HSL color Cylindrical-coordinate representation of color #78248C: hue angle of 288.46º degrees, saturation: 0.59, 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 #78248C is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 36 140 -
CMYK 0.14 0.74 0 0.45
HSL 288.46º 0.59% 0.35% -
HSV(B) 288.46º 0.74% 0.55% -
XYZ 13.11 7.15 25.5 -
YUV 72.97 165.83 161.54 -
System Red Green Blue C M Y K H S L
Decimal 120 36 140 0.14 0.74 0 0.45 288.46 0.59 0.35
Hex 78 24 8C E 4A 0 2D 120 3B 23
Octal 170 44 214 16 112 0 55 440 73 43
Binary 1111000 100100 10001100 1110 1001010 0 101101 100100000 111011 100011

Color Harmonies of #78248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78248C

Black with #78248C

Text Example


Text Example

White with #78248C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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