Html Css Color HEX #773AA4 Royal Purple

📋 copy color: '#773AA4'

red 119 ◦ green 58 ◦ blue 164

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

Shades of Royal Purple #773AA4

Tints of Royal Purple #773AA4

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.01%

 BLUE value IS 164 (64.45% from 255) = 48.09%

R = 34.9%
G = 17.01%
B = 48.09%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#773AA4 (or 0x773AA4) is known color: Royal Purple. HEX triplet: 77, 3A and A4. RGB value is (119,58,164). Sum of RGB (Red+Green+Blue) = 119+58+164=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 164 - color contains mainly: blue. Hex color #773AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773AA4 is #88C55B. Grayscale: #575757. Windows color (decimal): -8963420 or 10762871. OLE color: 10762871.

HSL color Cylindrical-coordinate representation of color #773AA4: hue angle of 274.53º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #773AA4 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 58 164 -
CMYK 0.27 0.65 0 0.36
HSL 274.53º 0.48% 0.44% -
HSV(B) 274.53º 0.65% 0.64% -
XYZ 15.82 9.63 36.15 -
YUV 88.32 170.71 149.88 -
System Red Green Blue C M Y K H S L
Decimal 119 58 164 0.27 0.65 0 0.36 274.53 0.48 0.44
Hex 77 3A A4 1B 41 0 24 113 30 2C
Octal 167 72 244 33 101 0 44 423 60 54
Binary 1110111 111010 10100100 11011 1000001 0 100100 100010011 110000 101100

Color Harmonies of #773AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773AA4

Black with #773AA4

Text Example


Text Example

White with #773AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,58,164); }

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

background-color css

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

 a { background-color: rgb(119,58,164); }

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

border-color css

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

 span { border-color: rgb(119,58,164); }

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