Html Css Color HEX #794288 Vivid Violet

📋 copy color: '#794288'

red 121 ◦ green 66 ◦ blue 136

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

Shades of Vivid Violet #794288

Tints of Vivid Violet #794288

RGB

 RED value IS 121 (47.66% from 255) = 37.46%

 GREEN value IS 66 (26.17% from 255) = 20.43%

 BLUE value IS 136 (53.52% from 255) = 42.11%

R = 37.46%
G = 20.43%
B = 42.11%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#794288 (or 0x794288) is known color: Vivid Violet. HEX triplet: 79, 42 and 88. RGB value is (121,66,136). Sum of RGB (Red+Green+Blue) = 121+66+136=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #794288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794288 is #86BD77. Grayscale: #5A5A5A. Windows color (decimal): -8830328 or 8929913. OLE color: 8929913.

HSL color Cylindrical-coordinate representation of color #794288: hue angle of 287.14º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #794288 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 66 136 -
CMYK 0.11 0.51 0 0.47
HSL 287.14º 0.35% 0.4% -
HSV(B) 287.14º 0.51% 0.53% -
XYZ 14.28 9.74 24.42 -
YUV 90.43 153.72 149.81 -
System Red Green Blue C M Y K H S L
Decimal 121 66 136 0.11 0.51 0 0.47 287.14 0.35 0.4
Hex 79 42 88 B 33 0 2F 11F 23 28
Octal 171 102 210 13 63 0 57 437 43 50
Binary 1111001 1000010 10001000 1011 110011 0 101111 100011111 100011 101000

Color Harmonies of #794288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794288

Black with #794288

Text Example


Text Example

White with #794288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794288; }

 p { color: rgb(121,66,136); }

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

background-color css

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

 a { background-color: rgb(121,66,136); }

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

border-color css

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

 span { border-color: rgb(121,66,136); }

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