Html Css Color HEX #76359D Royal Purple

📋 copy color: '#76359D'

red 118 ◦ green 53 ◦ blue 157

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

Shades of Royal Purple #76359D

Tints of Royal Purple #76359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.16%

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

R = 35.98%
G = 16.16%
B = 47.87%

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

#76359D (or 0x76359D) is known color: Royal Purple. HEX triplet: 76, 35 and 9D. RGB value is (118,53,157). Sum of RGB (Red+Green+Blue) = 118+53+157=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #76359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76359D is #89CA62. Grayscale: #535353. Windows color (decimal): -9030243 or 10302838. OLE color: 10302838.

HSL color Cylindrical-coordinate representation of color #76359D: hue angle of 277.5º degrees, saturation: 0.5, 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 #76359D is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 53 157 -
CMYK 0.25 0.66 0 0.38
HSL 277.5º 0.5% 0.41% -
HSV(B) 277.5º 0.66% 0.62% -
XYZ 14.83 8.83 32.82 -
YUV 84.29 169.03 152.04 -
System Red Green Blue C M Y K H S L
Decimal 118 53 157 0.25 0.66 0 0.38 277.5 0.5 0.41
Hex 76 35 9D 19 42 0 26 116 32 29
Octal 166 65 235 31 102 0 46 426 62 51
Binary 1110110 110101 10011101 11001 1000010 0 100110 100010110 110010 101001

Color Harmonies of #76359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76359D

Black with #76359D

Text Example


Text Example

White with #76359D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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