Html Css Color HEX #76319F Royal Purple

📋 copy color: '#76319F'

red 118 ◦ green 49 ◦ blue 159

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

Shades of Royal Purple #76319F

Tints of Royal Purple #76319F

RGB

 RED value IS 118 (46.48% from 255) = 36.2%

 GREEN value IS 49 (19.53% from 255) = 15.03%

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

R = 36.2%
G = 15.03%
B = 48.77%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76319F (or 0x76319F) is known color: Royal Purple. HEX triplet: 76, 31 and 9F. RGB value is (118,49,159). Sum of RGB (Red+Green+Blue) = 118+49+159=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #76319F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76319F is #89CE60. Grayscale: #515151. Windows color (decimal): -9031265 or 10432886. OLE color: 10432886.

HSL color Cylindrical-coordinate representation of color #76319F: hue angle of 277.64º degrees, saturation: 0.53, 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 #76319F is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 49 159 -
CMYK 0.26 0.69 0 0.38
HSL 277.64º 0.53% 0.41% -
HSV(B) 277.64º 0.69% 0.62% -
XYZ 14.83 8.55 33.67 -
YUV 82.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 118 49 159 0.26 0.69 0 0.38 277.64 0.53 0.41
Hex 76 31 9F 1A 45 0 26 116 35 29
Octal 166 61 237 32 105 0 46 426 65 51
Binary 1110110 110001 10011111 11010 1000101 0 100110 100010110 110101 101001

Color Harmonies of #76319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76319F

Black with #76319F

Text Example


Text Example

White with #76319F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,49,159); }

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

background-color css

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

 a { background-color: rgb(118,49,159); }

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

border-color css

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

 span { border-color: rgb(118,49,159); }

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