Html Css Color HEX #773C9F Royal Purple

📋 copy color: '#773C9F'

red 119 ◦ green 60 ◦ blue 159

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

Shades of Royal Purple #773C9F

Tints of Royal Purple #773C9F

RGB

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

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

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

R = 35.21%
G = 17.75%
B = 47.04%

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

#773C9F (or 0x773C9F) is known color: Royal Purple. HEX triplet: 77, 3C and 9F. RGB value is (119,60,159). Sum of RGB (Red+Green+Blue) = 119+60+159=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #773C9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773C9F is #88C360. Grayscale: #585858. Windows color (decimal): -8962913 or 10435703. OLE color: 10435703.

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

Color convert

RGB 119 60 159 -
CMYK 0.25 0.62 0 0.38
HSL 275.76º 0.45% 0.43% -
HSV(B) 275.76º 0.62% 0.62% -
XYZ 15.48 9.66 33.85 -
YUV 88.93 167.55 149.45 -
System Red Green Blue C M Y K H S L
Decimal 119 60 159 0.25 0.62 0 0.38 275.76 0.45 0.43
Hex 77 3C 9F 19 3E 0 26 114 2D 2B
Octal 167 74 237 31 76 0 46 424 55 53
Binary 1110111 111100 10011111 11001 111110 0 100110 100010100 101101 101011

Color Harmonies of #773C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C9F

Black with #773C9F

Text Example


Text Example

White with #773C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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