Html Css Color HEX #773C9D Royal Purple

📋 copy color: '#773C9D'

red 119 ◦ green 60 ◦ blue 157

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

Shades of Royal Purple #773C9D

Tints of Royal Purple #773C9D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.86%

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

R = 35.42%
G = 17.86%
B = 46.73%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#773C9D (or 0x773C9D) is known color: Royal Purple. HEX triplet: 77, 3C and 9D. RGB value is (119,60,157). Sum of RGB (Red+Green+Blue) = 119+60+157=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #773C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773C9D is #88C362. Grayscale: #585858. Windows color (decimal): -8962915 or 10304631. OLE color: 10304631.

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

Color convert

RGB 119 60 157 -
CMYK 0.24 0.62 0 0.38
HSL 276.49º 0.45% 0.43% -
HSV(B) 276.49º 0.62% 0.62% -
XYZ 15.31 9.59 32.94 -
YUV 88.7 166.55 149.61 -
System Red Green Blue C M Y K H S L
Decimal 119 60 157 0.24 0.62 0 0.38 276.49 0.45 0.43
Hex 77 3C 9D 18 3E 0 26 114 2D 2B
Octal 167 74 235 30 76 0 46 424 55 53
Binary 1110111 111100 10011101 11000 111110 0 100110 100010100 101101 101011

Color Harmonies of #773C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C9D

Black with #773C9D

Text Example


Text Example

White with #773C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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