Html Css Color HEX #76188B Purple

📋 copy color: '#76188B'

red 118 ◦ green 24 ◦ blue 139

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

Shades of Purple #76188B

Tints of Purple #76188B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.54%

 BLUE value IS 139 (54.69% from 255) = 49.47%

R = 41.99%
G = 8.54%
B = 49.47%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76188B (or 0x76188B) is known color: Purple. HEX triplet: 76, 18 and 8B. RGB value is (118,24,139). Sum of RGB (Red+Green+Blue) = 118+24+139=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #76188B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76188B is #89E774. Grayscale: #404040. Windows color (decimal): -9037685 or 9115766. OLE color: 9115766.

HSL color Cylindrical-coordinate representation of color #76188B: hue angle of 289.04º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76188B is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 24 139 -
CMYK 0.15 0.83 0 0.45
HSL 289.04º 0.71% 0.32% -
HSV(B) 289.04º 0.83% 0.55% -
XYZ 12.46 6.37 25 -
YUV 65.22 169.64 165.65 -
System Red Green Blue C M Y K H S L
Decimal 118 24 139 0.15 0.83 0 0.45 289.04 0.71 0.32
Hex 76 18 8B F 53 0 2D 121 47 20
Octal 166 30 213 17 123 0 55 441 107 40
Binary 1110110 11000 10001011 1111 1010011 0 101101 100100001 1000111 100000

Color Harmonies of #76188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76188B

Black with #76188B

Text Example


Text Example

White with #76188B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,24,139); }

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

background-color css

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

 a { background-color: rgb(118,24,139); }

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

border-color css

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

 span { border-color: rgb(118,24,139); }

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