Html Css Color HEX #772DA8 Royal Purple

📋 copy color: '#772DA8'

red 119 ◦ green 45 ◦ blue 168

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

Shades of Royal Purple #772DA8

Tints of Royal Purple #772DA8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.55%

 BLUE value IS 168 (66.02% from 255) = 50.6%

R = 35.84%
G = 13.55%
B = 50.6%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#772DA8 (or 0x772DA8) is known color: Royal Purple. HEX triplet: 77, 2D and A8. RGB value is (119,45,168). Sum of RGB (Red+Green+Blue) = 119+45+168=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 168 (66.02% from 255 or 50.60% from 332); Max value from RGB is 168 - color contains mainly: blue. Hex color #772DA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772DA8 is #88D257. Grayscale: #505050. Windows color (decimal): -8966744 or 11021687. OLE color: 11021687.

HSL color Cylindrical-coordinate representation of color #772DA8: hue angle of 276.1º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772DA8 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 119 45 168 -
CMYK 0.29 0.73 0 0.34
HSL 276.1º 0.58% 0.42% -
HSV(B) 276.1º 0.73% 0.66% -
XYZ 15.61 8.63 37.89 -
YUV 81.15 177.02 155 -
System Red Green Blue C M Y K H S L
Decimal 119 45 168 0.29 0.73 0 0.34 276.1 0.58 0.42
Hex 77 2D A8 1D 49 0 22 114 3A 2A
Octal 167 55 250 35 111 0 42 424 72 52
Binary 1110111 101101 10101000 11101 1001001 0 100010 100010100 111010 101010

Color Harmonies of #772DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772DA8

Black with #772DA8

Text Example


Text Example

White with #772DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772DA8; }

 p { color: rgb(119,45,168); }

 H1.HeaderClassName
 {
   color: #772DA8;
 }
 .AnyTagClassName
 {
   color: #772DA8;
 }
</style>

background-color css

<style>
 a { background-color: #772DA8; }

 a { background-color: rgb(119,45,168); }

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

border-color css

<style>
 span { border-color: #772DA8; }

 span { border-color: rgb(119,45,168); }

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