Html Css Color HEX #773BB0 Royal Purple

📋 copy color: '#773BB0'

red 119 ◦ green 59 ◦ blue 176

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

Shades of Royal Purple #773BB0

Tints of Royal Purple #773BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 49.72%

R = 33.62%
G = 16.67%
B = 49.72%

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

#773BB0 (or 0x773BB0) is known color: Royal Purple. HEX triplet: 77, 3B and B0. RGB value is (119,59,176). Sum of RGB (Red+Green+Blue) = 119+59+176=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 176 (69.14% from 255 or 49.72% from 354); Max value from RGB is 176 - color contains mainly: blue. Hex color #773BB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773BB0 is #88C44F. Grayscale: #595959. Windows color (decimal): -8963152 or 11549559. OLE color: 11549559.

HSL color Cylindrical-coordinate representation of color #773BB0: hue angle of 270.77º 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 #773BB0 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 59 176 -
CMYK 0.32 0.66 0 0.31
HSL 270.77º 0.5% 0.46% -
HSV(B) 270.77º 0.66% 0.69% -
XYZ 17.01 10.18 42.14 -
YUV 90.28 176.38 148.49 -
System Red Green Blue C M Y K H S L
Decimal 119 59 176 0.32 0.66 0 0.31 270.77 0.5 0.46
Hex 77 3B B0 20 42 0 1F 10F 32 2E
Octal 167 73 260 40 102 0 37 417 62 56
Binary 1110111 111011 10110000 100000 1000010 0 11111 100001111 110010 101110

Color Harmonies of #773BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773BB0

Black with #773BB0

Text Example


Text Example

White with #773BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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