Html Css Color HEX #773AB6 Royal Purple

📋 copy color: '#773AB6'

red 119 ◦ green 58 ◦ blue 182

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

Shades of Royal Purple #773AB6

Tints of Royal Purple #773AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.7%

R = 33.15%
G = 16.16%
B = 50.7%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#773AB6 (or 0x773AB6) is known color: Royal Purple. HEX triplet: 77, 3A and B6. RGB value is (119,58,182). Sum of RGB (Red+Green+Blue) = 119+58+182=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 182 (71.48% from 255 or 50.70% from 359); Max value from RGB is 182 - color contains mainly: blue. Hex color #773AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773AB6 is #88C549. Grayscale: #595959. Windows color (decimal): -8963402 or 11942519. OLE color: 11942519.

HSL color Cylindrical-coordinate representation of color #773AB6: hue angle of 269.52º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #773AB6 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 58 182 -
CMYK 0.35 0.68 0 0.29
HSL 269.52º 0.52% 0.47% -
HSV(B) 269.52º 0.68% 0.71% -
XYZ 17.56 10.33 45.32 -
YUV 90.38 179.71 148.42 -
System Red Green Blue C M Y K H S L
Decimal 119 58 182 0.35 0.68 0 0.29 269.52 0.52 0.47
Hex 77 3A B6 23 44 0 1D 10E 34 2F
Octal 167 72 266 43 104 0 35 416 64 57
Binary 1110111 111010 10110110 100011 1000100 0 11101 100001110 110100 101111

Color Harmonies of #773AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773AB6

Black with #773AB6

Text Example


Text Example

White with #773AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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