Html Css Color HEX #773298 Vivid Violet

📋 copy color: '#773298'

red 119 ◦ green 50 ◦ blue 152

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

Shades of Vivid Violet #773298

Tints of Vivid Violet #773298

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.58%

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

R = 37.07%
G = 15.58%
B = 47.35%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#773298 (or 0x773298) is known color: Vivid Violet. HEX triplet: 77, 32 and 98. RGB value is (119,50,152). Sum of RGB (Red+Green+Blue) = 119+50+152=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #773298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773298 is #88CD67. Grayscale: #515151. Windows color (decimal): -8965480 or 9974391. OLE color: 9974391.

HSL color Cylindrical-coordinate representation of color #773298: hue angle of 280.59º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #773298 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 50 152 -
CMYK 0.22 0.67 0 0.40
HSL 280.59º 0.5% 0.4% -
HSV(B) 280.59º 0.67% 0.6% -
XYZ 14.42 8.47 30.58 -
YUV 82.26 167.36 154.21 -
System Red Green Blue C M Y K H S L
Decimal 119 50 152 0.22 0.67 0 0.40 280.59 0.5 0.4
Hex 77 32 98 16 43 0 28 119 32 28
Octal 167 62 230 26 103 0 50 431 62 50
Binary 1110111 110010 10011000 10110 1000011 0 101000 100011001 110010 101000

Color Harmonies of #773298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773298

Black with #773298

Text Example


Text Example

White with #773298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773298; }

 p { color: rgb(119,50,152); }

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

background-color css

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

 a { background-color: rgb(119,50,152); }

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

border-color css

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

 span { border-color: rgb(119,50,152); }

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