Html Css Color HEX #772BAA Royal Purple

📋 copy color: '#772BAA'

red 119 ◦ green 43 ◦ blue 170

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

Shades of Royal Purple #772BAA

Tints of Royal Purple #772BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.95%

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

R = 35.84%
G = 12.95%
B = 51.2%

CMYK

 C value IS 0.3

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#772BAA (or 0x772BAA) is known color: Royal Purple. HEX triplet: 77, 2B and AA. RGB value is (119,43,170). Sum of RGB (Red+Green+Blue) = 119+43+170=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #772BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772BAA is #88D455. Grayscale: #4F4F4F. Windows color (decimal): -8967254 or 11152247. OLE color: 11152247.

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

Color convert

RGB 119 43 170 -
CMYK 0.3 0.75 0 0.33
HSL 275.91º 0.6% 0.42% -
HSV(B) 275.91º 0.75% 0.67% -
XYZ 15.73 8.55 38.85 -
YUV 80.2 178.68 155.67 -
System Red Green Blue C M Y K H S L
Decimal 119 43 170 0.3 0.75 0 0.33 275.91 0.6 0.42
Hex 77 2B AA 1E 4B 0 21 114 3C 2A
Octal 167 53 252 36 113 0 41 424 74 52
Binary 1110111 101011 10101010 11110 1001011 0 100001 100010100 111100 101010

Color Harmonies of #772BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772BAA

Black with #772BAA

Text Example


Text Example

White with #772BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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