Html Css Color HEX #773BAA Royal Purple

📋 copy color: '#773BAA'

red 119 ◦ green 59 ◦ blue 170

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

Shades of Royal Purple #773BAA

Tints of Royal Purple #773BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.95%

 BLUE value IS 170 (66.8% from 255) = 48.85%

R = 34.2%
G = 16.95%
B = 48.85%

CMYK

 C value IS 0.3

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#773BAA (or 0x773BAA) is known color: Royal Purple. HEX triplet: 77, 3B and AA. RGB value is (119,59,170). Sum of RGB (Red+Green+Blue) = 119+59+170=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #773BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773BAA is #88C455. Grayscale: #595959. Windows color (decimal): -8963158 or 11156343. OLE color: 11156343.

HSL color Cylindrical-coordinate representation of color #773BAA: hue angle of 272.43º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #773BAA is Cyan = 0.3, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 59 170 -
CMYK 0.3 0.65 0 0.33
HSL 272.43º 0.48% 0.45% -
HSV(B) 272.43º 0.65% 0.67% -
XYZ 16.43 9.95 39.09 -
YUV 89.59 173.38 148.97 -
System Red Green Blue C M Y K H S L
Decimal 119 59 170 0.3 0.65 0 0.33 272.43 0.48 0.45
Hex 77 3B AA 1E 41 0 21 110 30 2D
Octal 167 73 252 36 101 0 41 420 60 55
Binary 1110111 111011 10101010 11110 1000001 0 100001 100010000 110000 101101

Color Harmonies of #773BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773BAA

Black with #773BAA

Text Example


Text Example

White with #773BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773BAA; }

 p { color: rgb(119,59,170); }

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

background-color css

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

 a { background-color: rgb(119,59,170); }

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

border-color css

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

 span { border-color: rgb(119,59,170); }

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