Html Css Color HEX #761772 Dark Purple

📋 copy color: '#761772'

red 118 ◦ green 23 ◦ blue 114

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

Shades of Dark Purple #761772

Tints of Dark Purple #761772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.02%

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

R = 46.27%
G = 9.02%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#761772 (or 0x761772) is known color: Dark Purple. HEX triplet: 76, 17 and 72. RGB value is (118,23,114). Sum of RGB (Red+Green+Blue) = 118+23+114=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #761772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761772 is #89E88D. Grayscale: #3D3D3D. Windows color (decimal): -9037966 or 7477110. OLE color: 7477110.

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

Color convert

RGB 118 23 114 -
CMYK 0 0.81 0.03 0.54
HSL 302.53º 0.67% 0.28% -
HSV(B) 302.53º 0.81% 0.46% -
XYZ 10.81 5.68 16.45 -
YUV 61.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 118 23 114 0 0.81 0.03 0.54 302.53 0.67 0.28
Hex 76 17 72 0 51 3 36 12F 43 1C
Octal 166 27 162 0 121 3 66 457 103 34
Binary 1110110 10111 1110010 0 1010001 11 110110 100101111 1000011 11100

Color Harmonies of #761772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761772

Black with #761772

Text Example


Text Example

White with #761772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761772; }

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

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

background-color css

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

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

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

border-color css

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

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

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