Html Css Color HEX #773482 Vivid Violet

📋 copy color: '#773482'

red 119 ◦ green 52 ◦ blue 130

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

Shades of Vivid Violet #773482

Tints of Vivid Violet #773482

RGB

 RED value IS 119 (46.88% from 255) = 39.53%

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

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

R = 39.53%
G = 17.28%
B = 43.19%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#773482 (or 0x773482) is known color: Vivid Violet. HEX triplet: 77, 34 and 82. RGB value is (119,52,130). Sum of RGB (Red+Green+Blue) = 119+52+130=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #773482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773482 is #88CB7D. Grayscale: #505050. Windows color (decimal): -8964990 or 8533111. OLE color: 8533111.

HSL color Cylindrical-coordinate representation of color #773482: hue angle of 291.54º 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 #773482 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 52 130 -
CMYK 0.08 0.60 0 0.49
HSL 291.54º 0.43% 0.36% -
HSV(B) 291.54º 0.6% 0.51% -
XYZ 12.87 7.99 21.98 -
YUV 80.93 155.7 155.16 -
System Red Green Blue C M Y K H S L
Decimal 119 52 130 0.08 0.60 0 0.49 291.54 0.43 0.36
Hex 77 34 82 8 3C 0 31 124 2B 24
Octal 167 64 202 10 74 0 61 444 53 44
Binary 1110111 110100 10000010 1000 111100 0 110001 100100100 101011 100100

Color Harmonies of #773482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773482

Black with #773482

Text Example


Text Example

White with #773482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773482; }

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

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

background-color css

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

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

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

border-color css

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

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

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