Html Css Color HEX #773BA2 Royal Purple

📋 copy color: '#773BA2'

red 119 ◦ green 59 ◦ blue 162

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

Shades of Royal Purple #773BA2

Tints of Royal Purple #773BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 47.65%

R = 35%
G = 17.35%
B = 47.65%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#773BA2 (or 0x773BA2) is known color: Royal Purple. HEX triplet: 77, 3B and A2. RGB value is (119,59,162). Sum of RGB (Red+Green+Blue) = 119+59+162=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 162 (63.67% from 255 or 47.65% from 340); Max value from RGB is 162 - color contains mainly: blue. Hex color #773BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773BA2 is #88C45D. Grayscale: #585858. Windows color (decimal): -8963166 or 10632055. OLE color: 10632055.

HSL color Cylindrical-coordinate representation of color #773BA2: hue angle of 274.95º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #773BA2 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 59 162 -
CMYK 0.27 0.64 0 0.36
HSL 274.95º 0.47% 0.43% -
HSV(B) 274.95º 0.64% 0.64% -
XYZ 15.69 9.66 35.22 -
YUV 88.68 169.38 149.62 -
System Red Green Blue C M Y K H S L
Decimal 119 59 162 0.27 0.64 0 0.36 274.95 0.47 0.43
Hex 77 3B A2 1B 40 0 24 113 2F 2B
Octal 167 73 242 33 100 0 44 423 57 53
Binary 1110111 111011 10100010 11011 1000000 0 100100 100010011 101111 101011

Color Harmonies of #773BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773BA2

Black with #773BA2

Text Example


Text Example

White with #773BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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