Html Css Color HEX #76349D Royal Purple

📋 copy color: '#76349D'

red 118 ◦ green 52 ◦ blue 157

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

Shades of Royal Purple #76349D

Tints of Royal Purple #76349D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.9%

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

R = 36.09%
G = 15.9%
B = 48.01%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76349D (or 0x76349D) is known color: Royal Purple. HEX triplet: 76, 34 and 9D. RGB value is (118,52,157). Sum of RGB (Red+Green+Blue) = 118+52+157=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #76349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76349D is #89CB62. Grayscale: #535353. Windows color (decimal): -9030499 or 10302582. OLE color: 10302582.

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

Color convert

RGB 118 52 157 -
CMYK 0.25 0.67 0 0.38
HSL 277.71º 0.5% 0.41% -
HSV(B) 277.71º 0.67% 0.62% -
XYZ 14.79 8.74 32.81 -
YUV 83.7 169.37 152.46 -
System Red Green Blue C M Y K H S L
Decimal 118 52 157 0.25 0.67 0 0.38 277.71 0.5 0.41
Hex 76 34 9D 19 43 0 26 116 32 29
Octal 166 64 235 31 103 0 46 426 62 51
Binary 1110110 110100 10011101 11001 1000011 0 100110 100010110 110010 101001

Color Harmonies of #76349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76349D

Black with #76349D

Text Example


Text Example

White with #76349D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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