Html Css Color HEX #76379D Royal Purple

📋 copy color: '#76379D'

red 118 ◦ green 55 ◦ blue 157

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

Shades of Royal Purple #76379D

Tints of Royal Purple #76379D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.58%

R = 35.76%
G = 16.67%
B = 47.58%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76379D (or 0x76379D) is known color: Royal Purple. HEX triplet: 76, 37 and 9D. RGB value is (118,55,157). Sum of RGB (Red+Green+Blue) = 118+55+157=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #76379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76379D is #89C862. Grayscale: #555555. Windows color (decimal): -9029731 or 10303350. OLE color: 10303350.

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

Color convert

RGB 118 55 157 -
CMYK 0.25 0.65 0 0.38
HSL 277.06º 0.48% 0.42% -
HSV(B) 277.06º 0.65% 0.62% -
XYZ 14.92 9.02 32.85 -
YUV 85.47 168.37 151.21 -
System Red Green Blue C M Y K H S L
Decimal 118 55 157 0.25 0.65 0 0.38 277.06 0.48 0.42
Hex 76 37 9D 19 41 0 26 115 30 2A
Octal 166 67 235 31 101 0 46 425 60 52
Binary 1110110 110111 10011101 11001 1000001 0 100110 100010101 110000 101010

Color Harmonies of #76379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76379D

Black with #76379D

Text Example


Text Example

White with #76379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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