Html Css Color HEX #772FAB Royal Purple

📋 copy color: '#772FAB'

red 119 ◦ green 47 ◦ blue 171

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

Shades of Royal Purple #772FAB

Tints of Royal Purple #772FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.95%

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

R = 35.31%
G = 13.95%
B = 50.74%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#772FAB (or 0x772FAB) is known color: Royal Purple. HEX triplet: 77, 2F and AB. RGB value is (119,47,171). Sum of RGB (Red+Green+Blue) = 119+47+171=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #772FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772FAB is #88D054. Grayscale: #525252. Windows color (decimal): -8966229 or 11218807. OLE color: 11218807.

HSL color Cylindrical-coordinate representation of color #772FAB: hue angle of 274.84º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772FAB is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 47 171 -
CMYK 0.30 0.73 0 0.33
HSL 274.84º 0.57% 0.43% -
HSV(B) 274.84º 0.73% 0.67% -
XYZ 15.97 8.9 39.4 -
YUV 82.66 177.85 153.92 -
System Red Green Blue C M Y K H S L
Decimal 119 47 171 0.30 0.73 0 0.33 274.84 0.57 0.43
Hex 77 2F AB 1E 49 0 21 113 39 2B
Octal 167 57 253 36 111 0 41 423 71 53
Binary 1110111 101111 10101011 11110 1001001 0 100001 100010011 111001 101011

Color Harmonies of #772FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772FAB

Black with #772FAB

Text Example


Text Example

White with #772FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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