Html Css Color HEX #76369D Royal Purple

📋 copy color: '#76369D'

red 118 ◦ green 54 ◦ blue 157

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

Shades of Royal Purple #76369D

Tints of Royal Purple #76369D

RGB

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

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

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

R = 35.87%
G = 16.41%
B = 47.72%

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

#76369D (or 0x76369D) is known color: Royal Purple. HEX triplet: 76, 36 and 9D. RGB value is (118,54,157). Sum of RGB (Red+Green+Blue) = 118+54+157=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #76369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76369D is #89C962. Grayscale: #545454. Windows color (decimal): -9029987 or 10303094. OLE color: 10303094.

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

Color convert

RGB 118 54 157 -
CMYK 0.25 0.66 0 0.38
HSL 277.28º 0.49% 0.41% -
HSV(B) 277.28º 0.66% 0.62% -
XYZ 14.88 8.92 32.84 -
YUV 84.88 168.7 151.62 -
System Red Green Blue C M Y K H S L
Decimal 118 54 157 0.25 0.66 0 0.38 277.28 0.49 0.41
Hex 76 36 9D 19 42 0 26 115 31 29
Octal 166 66 235 31 102 0 46 425 61 51
Binary 1110110 110110 10011101 11001 1000010 0 100110 100010101 110001 101001

Color Harmonies of #76369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76369D

Black with #76369D

Text Example


Text Example

White with #76369D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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