Html Css Color HEX #77329F Royal Purple

📋 copy color: '#77329F'

red 119 ◦ green 50 ◦ blue 159

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

Shades of Royal Purple #77329F

Tints of Royal Purple #77329F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.24%

 BLUE value IS 159 (62.5% from 255) = 48.48%

R = 36.28%
G = 15.24%
B = 48.48%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77329F (or 0x77329F) is known color: Royal Purple. HEX triplet: 77, 32 and 9F. RGB value is (119,50,159). Sum of RGB (Red+Green+Blue) = 119+50+159=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #77329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77329F is #88CD60. Grayscale: #525252. Windows color (decimal): -8965473 or 10433143. OLE color: 10433143.

HSL color Cylindrical-coordinate representation of color #77329F: hue angle of 277.98º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #77329F is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 50 159 -
CMYK 0.25 0.69 0 0.38
HSL 277.98º 0.52% 0.41% -
HSV(B) 277.98º 0.69% 0.62% -
XYZ 15.01 8.71 33.69 -
YUV 83.06 170.86 153.64 -
System Red Green Blue C M Y K H S L
Decimal 119 50 159 0.25 0.69 0 0.38 277.98 0.52 0.41
Hex 77 32 9F 19 45 0 26 116 34 29
Octal 167 62 237 31 105 0 46 426 64 51
Binary 1110111 110010 10011111 11001 1000101 0 100110 100010110 110100 101001

Color Harmonies of #77329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77329F

Black with #77329F

Text Example


Text Example

White with #77329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77329F; }

 p { color: rgb(119,50,159); }

 H1.HeaderClassName
 {
   color: #77329F;
 }
 .AnyTagClassName
 {
   color: #77329F;
 }
</style>

background-color css

<style>
 a { background-color: #77329F; }

 a { background-color: rgb(119,50,159); }

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

border-color css

<style>
 span { border-color: #77329F; }

 span { border-color: rgb(119,50,159); }

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