Html Css Color HEX #773BAB Royal Purple

📋 copy color: '#773BAB'

red 119 ◦ green 59 ◦ blue 171

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

Shades of Royal Purple #773BAB

Tints of Royal Purple #773BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.91%

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

R = 34.1%
G = 16.91%
B = 49%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#773BAB (or 0x773BAB) is known color: Royal Purple. HEX triplet: 77, 3B and AB. RGB value is (119,59,171). Sum of RGB (Red+Green+Blue) = 119+59+171=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #773BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773BAB is #88C454. Grayscale: #595959. Windows color (decimal): -8963157 or 11221879. OLE color: 11221879.

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

Color convert

RGB 119 59 171 -
CMYK 0.30 0.65 0 0.33
HSL 272.14º 0.49% 0.45% -
HSV(B) 272.14º 0.65% 0.67% -
XYZ 16.52 9.99 39.59 -
YUV 89.71 173.88 148.89 -
System Red Green Blue C M Y K H S L
Decimal 119 59 171 0.30 0.65 0 0.33 272.14 0.49 0.45
Hex 77 3B AB 1E 41 0 21 110 31 2D
Octal 167 73 253 36 101 0 41 420 61 55
Binary 1110111 111011 10101011 11110 1000001 0 100001 100010000 110001 101101

Color Harmonies of #773BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773BAB

Black with #773BAB

Text Example


Text Example

White with #773BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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