Html Css Color HEX #773CA8 Royal Purple

📋 copy color: '#773CA8'

red 119 ◦ green 60 ◦ blue 168

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

Shades of Royal Purple #773CA8

Tints of Royal Purple #773CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 48.41%

R = 34.29%
G = 17.29%
B = 48.41%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#773CA8 (or 0x773CA8) is known color: Royal Purple. HEX triplet: 77, 3C and A8. RGB value is (119,60,168). Sum of RGB (Red+Green+Blue) = 119+60+168=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 168 (66.02% from 255 or 48.41% from 347); Max value from RGB is 168 - color contains mainly: blue. Hex color #773CA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773CA8 is #88C357. Grayscale: #595959. Windows color (decimal): -8962904 or 11025527. OLE color: 11025527.

HSL color Cylindrical-coordinate representation of color #773CA8: hue angle of 272.78º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #773CA8 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 119 60 168 -
CMYK 0.29 0.64 0 0.34
HSL 272.78º 0.47% 0.45% -
HSV(B) 272.78º 0.64% 0.66% -
XYZ 16.29 9.98 38.11 -
YUV 89.95 172.05 148.72 -
System Red Green Blue C M Y K H S L
Decimal 119 60 168 0.29 0.64 0 0.34 272.78 0.47 0.45
Hex 77 3C A8 1D 40 0 22 111 2F 2D
Octal 167 74 250 35 100 0 42 421 57 55
Binary 1110111 111100 10101000 11101 1000000 0 100010 100010001 101111 101101

Color Harmonies of #773CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773CA8

Black with #773CA8

Text Example


Text Example

White with #773CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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