Html Css Color HEX #76389B Royal Purple

📋 copy color: '#76389B'

red 118 ◦ green 56 ◦ blue 155

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

Shades of Royal Purple #76389B

Tints of Royal Purple #76389B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.11%

R = 35.87%
G = 17.02%
B = 47.11%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76389B (or 0x76389B) is known color: Royal Purple. HEX triplet: 76, 38 and 9B. RGB value is (118,56,155). Sum of RGB (Red+Green+Blue) = 118+56+155=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #76389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76389B is #89C764. Grayscale: #555555. Windows color (decimal): -9029477 or 10172534. OLE color: 10172534.

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

Color convert

RGB 118 56 155 -
CMYK 0.24 0.64 0 0.39
HSL 277.58º 0.47% 0.41% -
HSV(B) 277.58º 0.64% 0.61% -
XYZ 14.8 9.05 31.98 -
YUV 85.82 167.04 150.95 -
System Red Green Blue C M Y K H S L
Decimal 118 56 155 0.24 0.64 0 0.39 277.58 0.47 0.41
Hex 76 38 9B 18 40 0 27 116 2F 29
Octal 166 70 233 30 100 0 47 426 57 51
Binary 1110110 111000 10011011 11000 1000000 0 100111 100010110 101111 101001

Color Harmonies of #76389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76389B

Black with #76389B

Text Example


Text Example

White with #76389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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