Html Css Color HEX #773388 Vivid Violet

📋 copy color: '#773388'

red 119 ◦ green 51 ◦ blue 136

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

Shades of Vivid Violet #773388

Tints of Vivid Violet #773388

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.67%

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

R = 38.89%
G = 16.67%
B = 44.44%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#773388 (or 0x773388) is known color: Vivid Violet. HEX triplet: 77, 33 and 88. RGB value is (119,51,136). Sum of RGB (Red+Green+Blue) = 119+51+136=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #773388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773388 is #88CC77. Grayscale: #505050. Windows color (decimal): -8965240 or 8926071. OLE color: 8926071.

HSL color Cylindrical-coordinate representation of color #773388: hue angle of 288º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #773388 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 51 136 -
CMYK 0.12 0.62 0 0.47
HSL 288º 0.45% 0.37% -
HSV(B) 288º 0.63% 0.53% -
XYZ 13.24 8.07 24.15 -
YUV 81.02 159.03 155.09 -
System Red Green Blue C M Y K H S L
Decimal 119 51 136 0.12 0.62 0 0.47 288 0.45 0.37
Hex 77 33 88 C 3E 0 2F 120 2D 25
Octal 167 63 210 14 76 0 57 440 55 45
Binary 1110111 110011 10001000 1100 111110 0 101111 100100000 101101 100101

Color Harmonies of #773388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773388

Black with #773388

Text Example


Text Example

White with #773388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773388; }

 p { color: rgb(119,51,136); }

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

background-color css

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

 a { background-color: rgb(119,51,136); }

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

border-color css

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

 span { border-color: rgb(119,51,136); }

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