Html Css Color HEX #76379B Royal Purple

📋 copy color: '#76379B'

red 118 ◦ green 55 ◦ blue 155

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

Shades of Royal Purple #76379B

Tints of Royal Purple #76379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.77%

 BLUE value IS 155 (60.94% from 255) = 47.26%

R = 35.98%
G = 16.77%
B = 47.26%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76379B (or 0x76379B) is known color: Royal Purple. HEX triplet: 76, 37 and 9B. RGB value is (118,55,155). Sum of RGB (Red+Green+Blue) = 118+55+155=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #76379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76379B is #89C864. Grayscale: #545454. Windows color (decimal): -9029733 or 10172278. OLE color: 10172278.

HSL color Cylindrical-coordinate representation of color #76379B: hue angle of 277.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76379B is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 55 155 -
CMYK 0.24 0.65 0 0.39
HSL 277.8º 0.48% 0.41% -
HSV(B) 277.8º 0.65% 0.61% -
XYZ 14.75 8.95 31.96 -
YUV 85.24 167.37 151.37 -
System Red Green Blue C M Y K H S L
Decimal 118 55 155 0.24 0.65 0 0.39 277.8 0.48 0.41
Hex 76 37 9B 18 41 0 27 116 30 29
Octal 166 67 233 30 101 0 47 426 60 51
Binary 1110110 110111 10011011 11000 1000001 0 100111 100010110 110000 101001

Color Harmonies of #76379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76379B

Black with #76379B

Text Example


Text Example

White with #76379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76379B; }

 p { color: rgb(118,55,155); }

 H1.HeaderClassName
 {
   color: #76379B;
 }
 .AnyTagClassName
 {
   color: #76379B;
 }
</style>

background-color css

<style>
 a { background-color: #76379B; }

 a { background-color: rgb(118,55,155); }

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

border-color css

<style>
 span { border-color: #76379B; }

 span { border-color: rgb(118,55,155); }

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