Html Css Color HEX #772BAB Royal Purple

📋 copy color: '#772BAB'

red 119 ◦ green 43 ◦ blue 171

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

Shades of Royal Purple #772BAB

Tints of Royal Purple #772BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.35%

R = 35.74%
G = 12.91%
B = 51.35%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#772BAB (or 0x772BAB) is known color: Royal Purple. HEX triplet: 77, 2B and AB. RGB value is (119,43,171). Sum of RGB (Red+Green+Blue) = 119+43+171=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #772BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772BAB is #88D454. Grayscale: #4F4F4F. Windows color (decimal): -8967253 or 11217783. OLE color: 11217783.

HSL color Cylindrical-coordinate representation of color #772BAB: hue angle of 275.62º 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 #772BAB is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 43 171 -
CMYK 0.30 0.75 0 0.33
HSL 275.63º 0.6% 0.42% -
HSV(B) 275.63º 0.75% 0.67% -
XYZ 15.82 8.59 39.35 -
YUV 80.32 179.18 155.59 -
System Red Green Blue C M Y K H S L
Decimal 119 43 171 0.30 0.75 0 0.33 275.63 0.6 0.42
Hex 77 2B AB 1E 4B 0 21 114 3C 2A
Octal 167 53 253 36 113 0 41 424 74 52
Binary 1110111 101011 10101011 11110 1001011 0 100001 100010100 111100 101010

Color Harmonies of #772BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772BAB

Black with #772BAB

Text Example


Text Example

White with #772BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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