Html Css Color HEX #773BAF Royal Purple

📋 copy color: '#773BAF'

red 119 ◦ green 59 ◦ blue 175

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

Shades of Royal Purple #773BAF

Tints of Royal Purple #773BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.58%

R = 33.71%
G = 16.71%
B = 49.58%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#773BAF (or 0x773BAF) is known color: Royal Purple. HEX triplet: 77, 3B and AF. RGB value is (119,59,175). Sum of RGB (Red+Green+Blue) = 119+59+175=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #773BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773BAF is #88C450. Grayscale: #595959. Windows color (decimal): -8963153 or 11484023. OLE color: 11484023.

HSL color Cylindrical-coordinate representation of color #773BAF: hue angle of 271.03º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773BAF is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 59 175 -
CMYK 0.32 0.66 0 0.31
HSL 271.03º 0.5% 0.46% -
HSV(B) 271.03º 0.66% 0.69% -
XYZ 16.91 10.15 41.62 -
YUV 90.16 175.88 148.57 -
System Red Green Blue C M Y K H S L
Decimal 119 59 175 0.32 0.66 0 0.31 271.03 0.5 0.46
Hex 77 3B AF 20 42 0 1F 10F 32 2E
Octal 167 73 257 40 102 0 37 417 62 56
Binary 1110111 111011 10101111 100000 1000010 0 11111 100001111 110010 101110

Color Harmonies of #773BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773BAF

Black with #773BAF

Text Example


Text Example

White with #773BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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