Html Css Color HEX #772CAC Royal Purple

📋 copy color: '#772CAC'

red 119 ◦ green 44 ◦ blue 172

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

Shades of Royal Purple #772CAC

Tints of Royal Purple #772CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.13%

 BLUE value IS 172 (67.58% from 255) = 51.34%

R = 35.52%
G = 13.13%
B = 51.34%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#772CAC (or 0x772CAC) is known color: Royal Purple. HEX triplet: 77, 2C and AC. RGB value is (119,44,172). Sum of RGB (Red+Green+Blue) = 119+44+172=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #772CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772CAC is #88D353. Grayscale: #505050. Windows color (decimal): -8966996 or 11283575. OLE color: 11283575.

HSL color Cylindrical-coordinate representation of color #772CAC: hue angle of 275.16º degrees, saturation: 0.59, 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 #772CAC is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 44 172 -
CMYK 0.31 0.74 0 0.33
HSL 275.16º 0.59% 0.42% -
HSV(B) 275.16º 0.74% 0.67% -
XYZ 15.95 8.7 39.87 -
YUV 81.02 179.35 155.09 -
System Red Green Blue C M Y K H S L
Decimal 119 44 172 0.31 0.74 0 0.33 275.16 0.59 0.42
Hex 77 2C AC 1F 4A 0 21 113 3B 2A
Octal 167 54 254 37 112 0 41 423 73 52
Binary 1110111 101100 10101100 11111 1001010 0 100001 100010011 111011 101010

Color Harmonies of #772CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772CAC

Black with #772CAC

Text Example


Text Example

White with #772CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,44,172); }

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

background-color css

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

 a { background-color: rgb(119,44,172); }

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

border-color css

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

 span { border-color: rgb(119,44,172); }

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