Html Css Color HEX #761272 Dark Purple

📋 copy color: '#761272'

red 118 ◦ green 18 ◦ blue 114

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

Shades of Dark Purple #761272

Tints of Dark Purple #761272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.6%

R = 47.2%
G = 7.2%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#761272 (or 0x761272) is known color: Dark Purple. HEX triplet: 76, 12 and 72. RGB value is (118,18,114). Sum of RGB (Red+Green+Blue) = 118+18+114=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #761272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761272 is #89ED8D. Grayscale: #3A3A3A. Windows color (decimal): -9039246 or 7475830. OLE color: 7475830.

HSL color Cylindrical-coordinate representation of color #761272: hue angle of 302.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761272 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 18 114 -
CMYK 0 0.85 0.03 0.54
HSL 302.4º 0.74% 0.27% -
HSV(B) 302.4º 0.85% 0.46% -
XYZ 10.72 5.5 16.42 -
YUV 58.84 159.13 170.19 -
System Red Green Blue C M Y K H S L
Decimal 118 18 114 0 0.85 0.03 0.54 302.4 0.74 0.27
Hex 76 12 72 0 55 3 36 12E 4A 1B
Octal 166 22 162 0 125 3 66 456 112 33
Binary 1110110 10010 1110010 0 1010101 11 110110 100101110 1001010 11011

Color Harmonies of #761272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761272

Black with #761272

Text Example


Text Example

White with #761272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761272; }

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

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

background-color css

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

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

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

border-color css

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

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

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