Html Css Color HEX #76128F Purple

📋 copy color: '#76128F'

red 118 ◦ green 18 ◦ blue 143

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

Shades of Purple #76128F

Tints of Purple #76128F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.45%

 BLUE value IS 143 (56.25% from 255) = 51.25%

R = 42.29%
G = 6.45%
B = 51.25%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76128F (or 0x76128F) is known color: Purple. HEX triplet: 76, 12 and 8F. RGB value is (118,18,143). Sum of RGB (Red+Green+Blue) = 118+18+143=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #76128F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76128F is #89ED70. Grayscale: #3D3D3D. Windows color (decimal): -9039217 or 9376374. OLE color: 9376374.

HSL color Cylindrical-coordinate representation of color #76128F: hue angle of 288º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76128F is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 18 143 -
CMYK 0.17 0.87 0 0.44
HSL 288º 0.78% 0.32% -
HSV(B) 288º 0.87% 0.56% -
XYZ 12.65 6.27 26.53 -
YUV 62.15 173.63 167.84 -
System Red Green Blue C M Y K H S L
Decimal 118 18 143 0.17 0.87 0 0.44 288 0.78 0.32
Hex 76 12 8F 11 57 0 2C 120 4E 20
Octal 166 22 217 21 127 0 54 440 116 40
Binary 1110110 10010 10001111 10001 1010111 0 101100 100100000 1001110 100000

Color Harmonies of #76128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76128F

Black with #76128F

Text Example


Text Example

White with #76128F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,18,143); }

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

background-color css

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

 a { background-color: rgb(118,18,143); }

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

border-color css

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

 span { border-color: rgb(118,18,143); }

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