Html Css Color HEX #793482 Vivid Violet

📋 copy color: '#793482'

red 121 ◦ green 52 ◦ blue 130

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

Shades of Vivid Violet #793482

Tints of Vivid Violet #793482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.16%

 BLUE value IS 130 (51.17% from 255) = 42.9%

R = 39.93%
G = 17.16%
B = 42.9%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#793482 (or 0x793482) is known color: Vivid Violet. HEX triplet: 79, 34 and 82. RGB value is (121,52,130). Sum of RGB (Red+Green+Blue) = 121+52+130=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #793482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793482 is #86CB7D. Grayscale: #515151. Windows color (decimal): -8833918 or 8533113. OLE color: 8533113.

HSL color Cylindrical-coordinate representation of color #793482: hue angle of 293.08º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #793482 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 121 52 130 -
CMYK 0.07 0.60 0 0.49
HSL 293.08º 0.43% 0.36% -
HSV(B) 293.08º 0.6% 0.51% -
XYZ 13.14 8.13 22 -
YUV 81.52 155.36 156.16 -
System Red Green Blue C M Y K H S L
Decimal 121 52 130 0.07 0.60 0 0.49 293.08 0.43 0.36
Hex 79 34 82 7 3C 0 31 125 2B 24
Octal 171 64 202 7 74 0 61 445 53 44
Binary 1111001 110100 10000010 111 111100 0 110001 100100101 101011 100100

Color Harmonies of #793482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793482

Black with #793482

Text Example


Text Example

White with #793482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793482; }

 p { color: rgb(121,52,130); }

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

background-color css

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

 a { background-color: rgb(121,52,130); }

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

border-color css

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

 span { border-color: rgb(121,52,130); }

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