Html Css Color HEX #76329F Royal Purple

📋 copy color: '#76329F'

red 118 ◦ green 50 ◦ blue 159

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

Shades of Royal Purple #76329F

Tints of Royal Purple #76329F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.29%

 BLUE value IS 159 (62.5% from 255) = 48.62%

R = 36.09%
G = 15.29%
B = 48.62%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76329F (or 0x76329F) is known color: Royal Purple. HEX triplet: 76, 32 and 9F. RGB value is (118,50,159). Sum of RGB (Red+Green+Blue) = 118+50+159=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #76329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76329F is #89CD60. Grayscale: #525252. Windows color (decimal): -9031009 or 10433142. OLE color: 10433142.

HSL color Cylindrical-coordinate representation of color #76329F: hue angle of 277.43º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76329F is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 50 159 -
CMYK 0.26 0.69 0 0.38
HSL 277.43º 0.52% 0.41% -
HSV(B) 277.43º 0.69% 0.62% -
XYZ 14.87 8.64 33.68 -
YUV 82.76 171.03 153.14 -
System Red Green Blue C M Y K H S L
Decimal 118 50 159 0.26 0.69 0 0.38 277.43 0.52 0.41
Hex 76 32 9F 1A 45 0 26 115 34 29
Octal 166 62 237 32 105 0 46 425 64 51
Binary 1110110 110010 10011111 11010 1000101 0 100110 100010101 110100 101001

Color Harmonies of #76329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76329F

Black with #76329F

Text Example


Text Example

White with #76329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76329F; }

 p { color: rgb(118,50,159); }

 H1.HeaderClassName
 {
   color: #76329F;
 }
 .AnyTagClassName
 {
   color: #76329F;
 }
</style>

background-color css

<style>
 a { background-color: #76329F; }

 a { background-color: rgb(118,50,159); }

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

border-color css

<style>
 span { border-color: #76329F; }

 span { border-color: rgb(118,50,159); }

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