Html Css Color HEX #77349F Royal Purple

📋 copy color: '#77349F'

red 119 ◦ green 52 ◦ blue 159

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

Shades of Royal Purple #77349F

Tints of Royal Purple #77349F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.76%

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

R = 36.06%
G = 15.76%
B = 48.18%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77349F (or 0x77349F) is known color: Royal Purple. HEX triplet: 77, 34 and 9F. RGB value is (119,52,159). Sum of RGB (Red+Green+Blue) = 119+52+159=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #77349F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77349F is #88CB60. Grayscale: #535353. Windows color (decimal): -8964961 or 10433655. OLE color: 10433655.

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

Color convert

RGB 119 52 159 -
CMYK 0.25 0.67 0 0.38
HSL 277.57º 0.51% 0.41% -
HSV(B) 277.57º 0.67% 0.62% -
XYZ 15.09 8.88 33.72 -
YUV 84.23 170.2 152.8 -
System Red Green Blue C M Y K H S L
Decimal 119 52 159 0.25 0.67 0 0.38 277.57 0.51 0.41
Hex 77 34 9F 19 43 0 26 116 33 29
Octal 167 64 237 31 103 0 46 426 63 51
Binary 1110111 110100 10011111 11001 1000011 0 100110 100010110 110011 101001

Color Harmonies of #77349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77349F

Black with #77349F

Text Example


Text Example

White with #77349F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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