Html Css Color HEX #772FAF Royal Purple

📋 copy color: '#772FAF'

red 119 ◦ green 47 ◦ blue 175

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

Shades of Royal Purple #772FAF

Tints of Royal Purple #772FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.32%

R = 34.9%
G = 13.78%
B = 51.32%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#772FAF (or 0x772FAF) is known color: Royal Purple. HEX triplet: 77, 2F and AF. RGB value is (119,47,175). Sum of RGB (Red+Green+Blue) = 119+47+175=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #772FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772FAF is #88D050. Grayscale: #525252. Windows color (decimal): -8966225 or 11480951. OLE color: 11480951.

HSL color Cylindrical-coordinate representation of color #772FAF: hue angle of 273.75º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772FAF is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 47 175 -
CMYK 0.32 0.73 0 0.31
HSL 273.75º 0.58% 0.44% -
HSV(B) 273.75º 0.73% 0.69% -
XYZ 16.36 9.05 41.44 -
YUV 83.12 179.85 153.59 -
System Red Green Blue C M Y K H S L
Decimal 119 47 175 0.32 0.73 0 0.31 273.75 0.58 0.44
Hex 77 2F AF 20 49 0 1F 112 3A 2C
Octal 167 57 257 40 111 0 37 422 72 54
Binary 1110111 101111 10101111 100000 1001001 0 11111 100010010 111010 101100

Color Harmonies of #772FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772FAF

Black with #772FAF

Text Example


Text Example

White with #772FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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