Html Css Color HEX #76349C Royal Purple

📋 copy color: '#76349C'

red 118 ◦ green 52 ◦ blue 156

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

Shades of Royal Purple #76349C

Tints of Royal Purple #76349C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.85%

R = 36.2%
G = 15.95%
B = 47.85%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76349C (or 0x76349C) is known color: Royal Purple. HEX triplet: 76, 34 and 9C. RGB value is (118,52,156). Sum of RGB (Red+Green+Blue) = 118+52+156=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #76349C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76349C is #89CB63. Grayscale: #535353. Windows color (decimal): -9030500 or 10237046. OLE color: 10237046.

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

Color convert

RGB 118 52 156 -
CMYK 0.24 0.67 0 0.39
HSL 278.08º 0.5% 0.41% -
HSV(B) 278.08º 0.67% 0.61% -
XYZ 14.7 8.71 32.36 -
YUV 83.59 168.87 152.54 -
System Red Green Blue C M Y K H S L
Decimal 118 52 156 0.24 0.67 0 0.39 278.08 0.5 0.41
Hex 76 34 9C 18 43 0 27 116 32 29
Octal 166 64 234 30 103 0 47 426 62 51
Binary 1110110 110100 10011100 11000 1000011 0 100111 100010110 110010 101001

Color Harmonies of #76349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76349C

Black with #76349C

Text Example


Text Example

White with #76349C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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