Html Css Color HEX #773AAF Royal Purple

📋 copy color: '#773AAF'

red 119 ◦ green 58 ◦ blue 175

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

Shades of Royal Purple #773AAF

Tints of Royal Purple #773AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.72%

R = 33.81%
G = 16.48%
B = 49.72%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#773AAF (or 0x773AAF) is known color: Royal Purple. HEX triplet: 77, 3A and AF. RGB value is (119,58,175). Sum of RGB (Red+Green+Blue) = 119+58+175=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #773AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773AAF is #88C550. Grayscale: #595959. Windows color (decimal): -8963409 or 11483767. OLE color: 11483767.

HSL color Cylindrical-coordinate representation of color #773AAF: hue angle of 271.28º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #773AAF is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 58 175 -
CMYK 0.32 0.67 0 0.31
HSL 271.28º 0.5% 0.46% -
HSV(B) 271.28º 0.67% 0.69% -
XYZ 16.86 10.04 41.61 -
YUV 89.58 176.21 148.99 -
System Red Green Blue C M Y K H S L
Decimal 119 58 175 0.32 0.67 0 0.31 271.28 0.5 0.46
Hex 77 3A AF 20 43 0 1F 10F 32 2E
Octal 167 72 257 40 103 0 37 417 62 56
Binary 1110111 111010 10101111 100000 1000011 0 11111 100001111 110010 101110

Color Harmonies of #773AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773AAF

Black with #773AAF

Text Example


Text Example

White with #773AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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