Html Css Color HEX #77369F Royal Purple

📋 copy color: '#77369F'

red 119 ◦ green 54 ◦ blue 159

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

Shades of Royal Purple #77369F

Tints of Royal Purple #77369F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.27%

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

R = 35.84%
G = 16.27%
B = 47.89%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77369F (or 0x77369F) is known color: Royal Purple. HEX triplet: 77, 36 and 9F. RGB value is (119,54,159). Sum of RGB (Red+Green+Blue) = 119+54+159=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #77369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77369F is #88C960. Grayscale: #555555. Windows color (decimal): -8964449 or 10434167. OLE color: 10434167.

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

Color convert

RGB 119 54 159 -
CMYK 0.25 0.66 0 0.38
HSL 277.14º 0.49% 0.42% -
HSV(B) 277.14º 0.66% 0.62% -
XYZ 15.18 9.06 33.75 -
YUV 85.41 169.53 151.96 -
System Red Green Blue C M Y K H S L
Decimal 119 54 159 0.25 0.66 0 0.38 277.14 0.49 0.42
Hex 77 36 9F 19 42 0 26 115 31 2A
Octal 167 66 237 31 102 0 46 425 61 52
Binary 1110111 110110 10011111 11001 1000010 0 100110 100010101 110001 101010

Color Harmonies of #77369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77369F

Black with #77369F

Text Example


Text Example

White with #77369F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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