Html Css Color HEX #761273 Dark Purple

📋 copy color: '#761273'

red 118 ◦ green 18 ◦ blue 115

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

Shades of Dark Purple #761273

Tints of Dark Purple #761273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.82%

R = 47.01%
G = 7.17%
B = 45.82%

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

#761273 (or 0x761273) is known color: Dark Purple. HEX triplet: 76, 12 and 73. RGB value is (118,18,115). Sum of RGB (Red+Green+Blue) = 118+18+115=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #761273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761273 is #89ED8C. Grayscale: #3A3A3A. Windows color (decimal): -9039245 or 7541366. OLE color: 7541366.

HSL color Cylindrical-coordinate representation of color #761273: hue angle of 301.8º 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 #761273 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 18 115 -
CMYK 0 0.85 0.03 0.54
HSL 301.8º 0.74% 0.27% -
HSV(B) 301.8º 0.85% 0.46% -
XYZ 10.78 5.52 16.72 -
YUV 58.96 159.63 170.11 -
System Red Green Blue C M Y K H S L
Decimal 118 18 115 0 0.85 0.03 0.54 301.8 0.74 0.27
Hex 76 12 73 0 55 3 36 12E 4A 1B
Octal 166 22 163 0 125 3 66 456 112 33
Binary 1110110 10010 1110011 0 1010101 11 110110 100101110 1001010 11011

Color Harmonies of #761273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761273

Black with #761273

Text Example


Text Example

White with #761273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761273; }

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

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

background-color css

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

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

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

border-color css

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

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

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