Html Css Color HEX #76349F Royal Purple

📋 copy color: '#76349F'

red 118 ◦ green 52 ◦ blue 159

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

Shades of Royal Purple #76349F

Tints of Royal Purple #76349F

RGB

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

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

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

R = 35.87%
G = 15.81%
B = 48.33%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76349F (or 0x76349F) is known color: Royal Purple. HEX triplet: 76, 34 and 9F. RGB value is (118,52,159). Sum of RGB (Red+Green+Blue) = 118+52+159=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #76349F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76349F is #89CB60. Grayscale: #535353. Windows color (decimal): -9030497 or 10433654. OLE color: 10433654.

HSL color Cylindrical-coordinate representation of color #76349F: hue angle of 277.01º degrees, saturation: 0.51, 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 #76349F is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 52 159 -
CMYK 0.26 0.67 0 0.38
HSL 277.01º 0.51% 0.41% -
HSV(B) 277.01º 0.67% 0.62% -
XYZ 14.96 8.81 33.71 -
YUV 83.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 118 52 159 0.26 0.67 0 0.38 277.01 0.51 0.41
Hex 76 34 9F 1A 43 0 26 115 33 29
Octal 166 64 237 32 103 0 46 425 63 51
Binary 1110110 110100 10011111 11010 1000011 0 100110 100010101 110011 101001

Color Harmonies of #76349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76349F

Black with #76349F

Text Example


Text Example

White with #76349F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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