Html Css Color HEX #772BA4 Royal Purple

📋 copy color: '#772BA4'

red 119 ◦ green 43 ◦ blue 164

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

Shades of Royal Purple #772BA4

Tints of Royal Purple #772BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 50.31%

R = 36.5%
G = 13.19%
B = 50.31%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#772BA4 (or 0x772BA4) is known color: Royal Purple. HEX triplet: 77, 2B and A4. RGB value is (119,43,164). Sum of RGB (Red+Green+Blue) = 119+43+164=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 164 (64.45% from 255 or 50.31% from 326); Max value from RGB is 164 - color contains mainly: blue. Hex color #772BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772BA4 is #88D45B. Grayscale: #4F4F4F. Windows color (decimal): -8967260 or 10759031. OLE color: 10759031.

HSL color Cylindrical-coordinate representation of color #772BA4: hue angle of 277.69º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #772BA4 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 43 164 -
CMYK 0.27 0.74 0 0.36
HSL 277.69º 0.58% 0.41% -
HSV(B) 277.69º 0.74% 0.64% -
XYZ 15.17 8.33 35.93 -
YUV 79.52 175.68 156.16 -
System Red Green Blue C M Y K H S L
Decimal 119 43 164 0.27 0.74 0 0.36 277.69 0.58 0.41
Hex 77 2B A4 1B 4A 0 24 116 3A 29
Octal 167 53 244 33 112 0 44 426 72 51
Binary 1110111 101011 10100100 11011 1001010 0 100100 100010110 111010 101001

Color Harmonies of #772BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772BA4

Black with #772BA4

Text Example


Text Example

White with #772BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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