Html Css Color HEX #76389C Royal Purple

📋 copy color: '#76389C'

red 118 ◦ green 56 ◦ blue 156

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

Shades of Royal Purple #76389C

Tints of Royal Purple #76389C

RGB

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

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

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

R = 35.76%
G = 16.97%
B = 47.27%

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

#76389C (or 0x76389C) is known color: Royal Purple. HEX triplet: 76, 38 and 9C. RGB value is (118,56,156). Sum of RGB (Red+Green+Blue) = 118+56+156=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #76389C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76389C is #89C763. Grayscale: #555555. Windows color (decimal): -9029476 or 10238070. OLE color: 10238070.

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

Color convert

RGB 118 56 156 -
CMYK 0.24 0.64 0 0.39
HSL 277.2º 0.47% 0.42% -
HSV(B) 277.2º 0.64% 0.61% -
XYZ 14.89 9.08 32.42 -
YUV 85.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 118 56 156 0.24 0.64 0 0.39 277.2 0.47 0.42
Hex 76 38 9C 18 40 0 27 115 2F 2A
Octal 166 70 234 30 100 0 47 425 57 52
Binary 1110110 111000 10011100 11000 1000000 0 100111 100010101 101111 101010

Color Harmonies of #76389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76389C

Black with #76389C

Text Example


Text Example

White with #76389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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