Html Css Color HEX #76339F Royal Purple

📋 copy color: '#76339F'

red 118 ◦ green 51 ◦ blue 159

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

Shades of Royal Purple #76339F

Tints of Royal Purple #76339F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.55%

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

R = 35.98%
G = 15.55%
B = 48.48%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76339F (or 0x76339F) is known color: Royal Purple. HEX triplet: 76, 33 and 9F. RGB value is (118,51,159). Sum of RGB (Red+Green+Blue) = 118+51+159=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #76339F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76339F is #89CC60. Grayscale: #525252. Windows color (decimal): -9030753 or 10433398. OLE color: 10433398.

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

Color convert

RGB 118 51 159 -
CMYK 0.26 0.68 0 0.38
HSL 277.22º 0.51% 0.41% -
HSV(B) 277.22º 0.68% 0.62% -
XYZ 14.91 8.72 33.7 -
YUV 83.35 170.7 152.72 -
System Red Green Blue C M Y K H S L
Decimal 118 51 159 0.26 0.68 0 0.38 277.22 0.51 0.41
Hex 76 33 9F 1A 44 0 26 115 33 29
Octal 166 63 237 32 104 0 46 425 63 51
Binary 1110110 110011 10011111 11010 1000100 0 100110 100010101 110011 101001

Color Harmonies of #76339F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76339F

Black with #76339F

Text Example


Text Example

White with #76339F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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