Html Css Color HEX #773D9E Royal Purple

📋 copy color: '#773D9E'

red 119 ◦ green 61 ◦ blue 158

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

Shades of Royal Purple #773D9E

Tints of Royal Purple #773D9E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.05%

 BLUE value IS 158 (62.11% from 255) = 46.75%

R = 35.21%
G = 18.05%
B = 46.75%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#773D9E (or 0x773D9E) is known color: Royal Purple. HEX triplet: 77, 3D and 9E. RGB value is (119,61,158). Sum of RGB (Red+Green+Blue) = 119+61+158=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #773D9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773D9E is #88C261. Grayscale: #595959. Windows color (decimal): -8962658 or 10370423. OLE color: 10370423.

HSL color Cylindrical-coordinate representation of color #773D9E: hue angle of 275.88º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #773D9E is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 61 158 -
CMYK 0.25 0.61 0 0.38
HSL 275.88º 0.44% 0.43% -
HSV(B) 275.88º 0.61% 0.62% -
XYZ 15.45 9.73 33.41 -
YUV 89.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 119 61 158 0.25 0.61 0 0.38 275.88 0.44 0.43
Hex 77 3D 9E 19 3D 0 26 114 2C 2B
Octal 167 75 236 31 75 0 46 424 54 53
Binary 1110111 111101 10011110 11001 111101 0 100110 100010100 101100 101011

Color Harmonies of #773D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773D9E

Black with #773D9E

Text Example


Text Example

White with #773D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,61,158); }

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

background-color css

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

 a { background-color: rgb(119,61,158); }

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

border-color css

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

 span { border-color: rgb(119,61,158); }

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