Html Css Color HEX #76389F Royal Purple

📋 copy color: '#76389F'

red 118 ◦ green 56 ◦ blue 159

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

Shades of Royal Purple #76389F

Tints of Royal Purple #76389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.82%

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

R = 35.44%
G = 16.82%
B = 47.75%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76389F (or 0x76389F) is known color: Royal Purple. HEX triplet: 76, 38 and 9F. RGB value is (118,56,159). Sum of RGB (Red+Green+Blue) = 118+56+159=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #76389F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76389F is #89C760. Grayscale: #555555. Windows color (decimal): -9029473 or 10434678. OLE color: 10434678.

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

Color convert

RGB 118 56 159 -
CMYK 0.26 0.65 0 0.38
HSL 276.12º 0.48% 0.42% -
HSV(B) 276.12º 0.65% 0.62% -
XYZ 15.14 9.18 33.78 -
YUV 86.28 169.04 150.62 -
System Red Green Blue C M Y K H S L
Decimal 118 56 159 0.26 0.65 0 0.38 276.12 0.48 0.42
Hex 76 38 9F 1A 41 0 26 114 30 2A
Octal 166 70 237 32 101 0 46 424 60 52
Binary 1110110 111000 10011111 11010 1000001 0 100110 100010100 110000 101010

Color Harmonies of #76389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76389F

Black with #76389F

Text Example


Text Example

White with #76389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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