Html Css Color HEX #782998 Vivid Violet

📋 copy color: '#782998'

red 120 ◦ green 41 ◦ blue 152

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

Shades of Vivid Violet #782998

Tints of Vivid Violet #782998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.1%

 BLUE value IS 152 (59.77% from 255) = 48.56%

R = 38.34%
G = 13.1%
B = 48.56%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#782998 (or 0x782998) is known color: Vivid Violet. HEX triplet: 78, 29 and 98. RGB value is (120,41,152). Sum of RGB (Red+Green+Blue) = 120+41+152=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #782998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782998 is #87D667. Grayscale: #4C4C4C. Windows color (decimal): -8902248 or 9972088. OLE color: 9972088.

HSL color Cylindrical-coordinate representation of color #782998: hue angle of 282.7º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782998 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 41 152 -
CMYK 0.21 0.73 0 0.40
HSL 282.7º 0.58% 0.38% -
HSV(B) 282.7º 0.73% 0.6% -
XYZ 14.21 7.85 30.47 -
YUV 77.28 170.17 158.47 -
System Red Green Blue C M Y K H S L
Decimal 120 41 152 0.21 0.73 0 0.40 282.7 0.58 0.38
Hex 78 29 98 15 49 0 28 11B 3A 26
Octal 170 51 230 25 111 0 50 433 72 46
Binary 1111000 101001 10011000 10101 1001001 0 101000 100011011 111010 100110

Color Harmonies of #782998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782998

Black with #782998

Text Example


Text Example

White with #782998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782998; }

 p { color: rgb(120,41,152); }

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

background-color css

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

 a { background-color: rgb(120,41,152); }

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

border-color css

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

 span { border-color: rgb(120,41,152); }

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