Html Css Color HEX #773DAA Royal Purple

📋 copy color: '#773DAA'

red 119 ◦ green 61 ◦ blue 170

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

Shades of Royal Purple #773DAA

Tints of Royal Purple #773DAA

RGB

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

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

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

R = 34%
G = 17.43%
B = 48.57%

CMYK

 C value IS 0.3

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#773DAA (or 0x773DAA) is known color: Royal Purple. HEX triplet: 77, 3D and AA. RGB value is (119,61,170). Sum of RGB (Red+Green+Blue) = 119+61+170=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #773DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773DAA is #88C255. Grayscale: #5A5A5A. Windows color (decimal): -8962646 or 11156855. OLE color: 11156855.

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

Color convert

RGB 119 61 170 -
CMYK 0.3 0.64 0 0.33
HSL 271.93º 0.47% 0.45% -
HSV(B) 271.93º 0.64% 0.67% -
XYZ 16.53 10.16 39.12 -
YUV 90.77 172.72 148.14 -
System Red Green Blue C M Y K H S L
Decimal 119 61 170 0.3 0.64 0 0.33 271.93 0.47 0.45
Hex 77 3D AA 1E 40 0 21 110 2F 2D
Octal 167 75 252 36 100 0 41 420 57 55
Binary 1110111 111101 10101010 11110 1000000 0 100001 100010000 101111 101101

Color Harmonies of #773DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773DAA

Black with #773DAA

Text Example


Text Example

White with #773DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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