Html Css Color HEX #772DAA Royal Purple

📋 copy color: '#772DAA'

red 119 ◦ green 45 ◦ blue 170

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

Shades of Royal Purple #772DAA

Tints of Royal Purple #772DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.9%

R = 35.63%
G = 13.47%
B = 50.9%

CMYK

 C value IS 0.3

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#772DAA (or 0x772DAA) is known color: Royal Purple. HEX triplet: 77, 2D and AA. RGB value is (119,45,170). Sum of RGB (Red+Green+Blue) = 119+45+170=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #772DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772DAA is #88D255. Grayscale: #505050. Windows color (decimal): -8966742 or 11152759. OLE color: 11152759.

HSL color Cylindrical-coordinate representation of color #772DAA: hue angle of 275.52º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #772DAA is Cyan = 0.3, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 45 170 -
CMYK 0.3 0.74 0 0.33
HSL 275.52º 0.58% 0.42% -
HSV(B) 275.52º 0.74% 0.67% -
XYZ 15.8 8.7 38.88 -
YUV 81.38 178.02 154.84 -
System Red Green Blue C M Y K H S L
Decimal 119 45 170 0.3 0.74 0 0.33 275.52 0.58 0.42
Hex 77 2D AA 1E 4A 0 21 114 3A 2A
Octal 167 55 252 36 112 0 41 424 72 52
Binary 1110111 101101 10101010 11110 1001010 0 100001 100010100 111010 101010

Color Harmonies of #772DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772DAA

Black with #772DAA

Text Example


Text Example

White with #772DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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