Html Css Color HEX #773D9D Royal Purple

📋 copy color: '#773D9D'

red 119 ◦ green 61 ◦ blue 157

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

Shades of Royal Purple #773D9D

Tints of Royal Purple #773D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.59%

R = 35.31%
G = 18.1%
B = 46.59%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#773D9D (or 0x773D9D) is known color: Royal Purple. HEX triplet: 77, 3D and 9D. RGB value is (119,61,157). Sum of RGB (Red+Green+Blue) = 119+61+157=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #773D9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773D9D is #88C262. Grayscale: #585858. Windows color (decimal): -8962659 or 10304887. OLE color: 10304887.

HSL color Cylindrical-coordinate representation of color #773D9D: hue angle of 276.25º 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 #773D9D is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 61 157 -
CMYK 0.24 0.61 0 0.38
HSL 276.25º 0.44% 0.43% -
HSV(B) 276.25º 0.61% 0.62% -
XYZ 15.36 9.69 32.96 -
YUV 89.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 119 61 157 0.24 0.61 0 0.38 276.25 0.44 0.43
Hex 77 3D 9D 18 3D 0 26 114 2C 2B
Octal 167 75 235 30 75 0 46 424 54 53
Binary 1110111 111101 10011101 11000 111101 0 100110 100010100 101100 101011

Color Harmonies of #773D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773D9D

Black with #773D9D

Text Example


Text Example

White with #773D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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