Html Css Color HEX #773CAC Royal Purple

📋 copy color: '#773CAC'

red 119 ◦ green 60 ◦ blue 172

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

Shades of Royal Purple #773CAC

Tints of Royal Purple #773CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49%

R = 33.9%
G = 17.09%
B = 49%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#773CAC (or 0x773CAC) is known color: Royal Purple. HEX triplet: 77, 3C and AC. RGB value is (119,60,172). Sum of RGB (Red+Green+Blue) = 119+60+172=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #773CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773CAC is #88C353. Grayscale: #5A5A5A. Windows color (decimal): -8962900 or 11287671. OLE color: 11287671.

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

Color convert

RGB 119 60 172 -
CMYK 0.31 0.65 0 0.33
HSL 271.61º 0.48% 0.45% -
HSV(B) 271.61º 0.65% 0.67% -
XYZ 16.67 10.13 40.11 -
YUV 90.41 174.05 148.39 -
System Red Green Blue C M Y K H S L
Decimal 119 60 172 0.31 0.65 0 0.33 271.61 0.48 0.45
Hex 77 3C AC 1F 41 0 21 110 30 2D
Octal 167 74 254 37 101 0 41 420 60 55
Binary 1110111 111100 10101100 11111 1000001 0 100001 100010000 110000 101101

Color Harmonies of #773CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773CAC

Black with #773CAC

Text Example


Text Example

White with #773CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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