Html Css Color HEX #773AAB Royal Purple

📋 copy color: '#773AAB'

red 119 ◦ green 58 ◦ blue 171

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

Shades of Royal Purple #773AAB

Tints of Royal Purple #773AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.14%

R = 34.2%
G = 16.67%
B = 49.14%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#773AAB (or 0x773AAB) is known color: Royal Purple. HEX triplet: 77, 3A and AB. RGB value is (119,58,171). Sum of RGB (Red+Green+Blue) = 119+58+171=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #773AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773AAB is #88C554. Grayscale: #585858. Windows color (decimal): -8963413 or 11221623. OLE color: 11221623.

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

Color convert

RGB 119 58 171 -
CMYK 0.30 0.66 0 0.33
HSL 272.39º 0.49% 0.45% -
HSV(B) 272.39º 0.66% 0.67% -
XYZ 16.47 9.89 39.57 -
YUV 89.12 174.21 149.31 -
System Red Green Blue C M Y K H S L
Decimal 119 58 171 0.30 0.66 0 0.33 272.39 0.49 0.45
Hex 77 3A AB 1E 42 0 21 110 31 2D
Octal 167 72 253 36 102 0 41 420 61 55
Binary 1110111 111010 10101011 11110 1000010 0 100001 100010000 110001 101101

Color Harmonies of #773AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773AAB

Black with #773AAB

Text Example


Text Example

White with #773AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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