Html Css Color HEX #761872 Dark Purple

📋 copy color: '#761872'

red 118 ◦ green 24 ◦ blue 114

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

Shades of Dark Purple #761872

Tints of Dark Purple #761872

RGB

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

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

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

R = 46.09%
G = 9.38%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#761872 (or 0x761872) is known color: Dark Purple. HEX triplet: 76, 18 and 72. RGB value is (118,24,114). Sum of RGB (Red+Green+Blue) = 118+24+114=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #761872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761872 is #89E78D. Grayscale: #3E3E3E. Windows color (decimal): -9037710 or 7477366. OLE color: 7477366.

HSL color Cylindrical-coordinate representation of color #761872: hue angle of 302.55º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761872 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 114 -
CMYK 0 0.80 0.03 0.54
HSL 302.55º 0.66% 0.28% -
HSV(B) 302.55º 0.8% 0.46% -
XYZ 10.84 5.72 16.45 -
YUV 62.37 157.14 167.68 -
System Red Green Blue C M Y K H S L
Decimal 118 24 114 0 0.80 0.03 0.54 302.55 0.66 0.28
Hex 76 18 72 0 50 3 36 12F 42 1C
Octal 166 30 162 0 120 3 66 457 102 34
Binary 1110110 11000 1110010 0 1010000 11 110110 100101111 1000010 11100

Color Harmonies of #761872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761872

Black with #761872

Text Example


Text Example

White with #761872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761872; }

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

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

background-color css

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

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

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

border-color css

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

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

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