Html Css Color HEX #773D9F Royal Purple

📋 copy color: '#773D9F'

red 119 ◦ green 61 ◦ blue 159

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

Shades of Royal Purple #773D9F

Tints of Royal Purple #773D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.9%

R = 35.1%
G = 17.99%
B = 46.9%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#773D9F (or 0x773D9F) is known color: Royal Purple. HEX triplet: 77, 3D and 9F. RGB value is (119,61,159). Sum of RGB (Red+Green+Blue) = 119+61+159=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #773D9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773D9F is #88C260. Grayscale: #595959. Windows color (decimal): -8962657 or 10435959. OLE color: 10435959.

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

Color convert

RGB 119 61 159 -
CMYK 0.25 0.62 0 0.38
HSL 275.51º 0.45% 0.43% -
HSV(B) 275.51º 0.62% 0.62% -
XYZ 15.53 9.76 33.87 -
YUV 89.51 167.22 149.03 -
System Red Green Blue C M Y K H S L
Decimal 119 61 159 0.25 0.62 0 0.38 275.51 0.45 0.43
Hex 77 3D 9F 19 3E 0 26 114 2D 2B
Octal 167 75 237 31 76 0 46 424 55 53
Binary 1110111 111101 10011111 11001 111110 0 100110 100010100 101101 101011

Color Harmonies of #773D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773D9F

Black with #773D9F

Text Example


Text Example

White with #773D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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