Html Css Color HEX #773CAA Royal Purple

📋 copy color: '#773CAA'

red 119 ◦ green 60 ◦ blue 170

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

Shades of Royal Purple #773CAA

Tints of Royal Purple #773CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.19%

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

R = 34.1%
G = 17.19%
B = 48.71%

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

#773CAA (or 0x773CAA) is known color: Royal Purple. HEX triplet: 77, 3C and AA. RGB value is (119,60,170). Sum of RGB (Red+Green+Blue) = 119+60+170=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #773CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773CAA is #88C355. Grayscale: #595959. Windows color (decimal): -8962902 or 11156599. OLE color: 11156599.

HSL color Cylindrical-coordinate representation of color #773CAA: hue angle of 272.18º 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 #773CAA is Cyan = 0.3, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 60 170 -
CMYK 0.3 0.65 0 0.33
HSL 272.18º 0.48% 0.45% -
HSV(B) 272.18º 0.65% 0.67% -
XYZ 16.48 10.06 39.1 -
YUV 90.18 173.05 148.56 -
System Red Green Blue C M Y K H S L
Decimal 119 60 170 0.3 0.65 0 0.33 272.18 0.48 0.45
Hex 77 3C AA 1E 41 0 21 110 30 2D
Octal 167 74 252 36 101 0 41 420 60 55
Binary 1110111 111100 10101010 11110 1000001 0 100001 100010000 110000 101101

Color Harmonies of #773CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773CAA

Black with #773CAA

Text Example


Text Example

White with #773CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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