Html Css Color HEX #773DAC Royal Purple

📋 copy color: '#773DAC'

red 119 ◦ green 61 ◦ blue 172

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

Shades of Royal Purple #773DAC

Tints of Royal Purple #773DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.33%

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

R = 33.81%
G = 17.33%
B = 48.86%

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

#773DAC (or 0x773DAC) is known color: Royal Purple. HEX triplet: 77, 3D and AC. RGB value is (119,61,172). Sum of RGB (Red+Green+Blue) = 119+61+172=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #773DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773DAC is #88C253. Grayscale: #5A5A5A. Windows color (decimal): -8962644 or 11287927. OLE color: 11287927.

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

Color convert

RGB 119 61 172 -
CMYK 0.31 0.65 0 0.33
HSL 271.35º 0.48% 0.46% -
HSV(B) 271.35º 0.65% 0.67% -
XYZ 16.72 10.24 40.12 -
YUV 91 173.72 147.97 -
System Red Green Blue C M Y K H S L
Decimal 119 61 172 0.31 0.65 0 0.33 271.35 0.48 0.46
Hex 77 3D AC 1F 41 0 21 10F 30 2E
Octal 167 75 254 37 101 0 41 417 60 56
Binary 1110111 111101 10101100 11111 1000001 0 100001 100001111 110000 101110

Color Harmonies of #773DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773DAC

Black with #773DAC

Text Example


Text Example

White with #773DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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