Html Css Color HEX #76137B Purple

📋 copy color: '#76137B'

red 118 ◦ green 19 ◦ blue 123

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

Shades of Purple #76137B

Tints of Purple #76137B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.31%

 BLUE value IS 123 (48.44% from 255) = 47.31%

R = 45.38%
G = 7.31%
B = 47.31%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76137B (or 0x76137B) is known color: Purple. HEX triplet: 76, 13 and 7B. RGB value is (118,19,123). Sum of RGB (Red+Green+Blue) = 118+19+123=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #76137B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76137B is #89EC84. Grayscale: #3C3C3C. Windows color (decimal): -9038981 or 8065910. OLE color: 8065910.

HSL color Cylindrical-coordinate representation of color #76137B: hue angle of 297.12º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76137B is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 19 123 -
CMYK 0.04 0.85 0 0.52
HSL 297.12º 0.73% 0.28% -
HSV(B) 297.12º 0.85% 0.48% -
XYZ 11.28 5.75 19.25 -
YUV 60.46 163.3 169.04 -
System Red Green Blue C M Y K H S L
Decimal 118 19 123 0.04 0.85 0 0.52 297.12 0.73 0.28
Hex 76 13 7B 4 55 0 34 129 49 1C
Octal 166 23 173 4 125 0 64 451 111 34
Binary 1110110 10011 1111011 100 1010101 0 110100 100101001 1001001 11100

Color Harmonies of #76137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76137B

Black with #76137B

Text Example


Text Example

White with #76137B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,19,123); }

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

background-color css

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

 a { background-color: rgb(118,19,123); }

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

border-color css

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

 span { border-color: rgb(118,19,123); }

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