Html Css Color HEX #761775 Dark Purple

📋 copy color: '#761775'

red 118 ◦ green 23 ◦ blue 117

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

Shades of Dark Purple #761775

Tints of Dark Purple #761775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.35%

R = 45.74%
G = 8.91%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#761775 (or 0x761775) is known color: Dark Purple. HEX triplet: 76, 17 and 75. RGB value is (118,23,117). Sum of RGB (Red+Green+Blue) = 118+23+117=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #761775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761775 is #89E88A. Grayscale: #3D3D3D. Windows color (decimal): -9037963 or 7673718. OLE color: 7673718.

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

Color convert

RGB 118 23 117 -
CMYK 0 0.81 0.01 0.54
HSL 300.63º 0.67% 0.28% -
HSV(B) 300.63º 0.81% 0.46% -
XYZ 10.99 5.75 17.36 -
YUV 62.12 158.97 167.86 -
System Red Green Blue C M Y K H S L
Decimal 118 23 117 0 0.81 0.01 0.54 300.63 0.67 0.28
Hex 76 17 75 0 51 1 36 12D 43 1C
Octal 166 27 165 0 121 1 66 455 103 34
Binary 1110110 10111 1110101 0 1010001 1 110110 100101101 1000011 11100

Color Harmonies of #761775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761775

Black with #761775

Text Example


Text Example

White with #761775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761775; }

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

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

background-color css

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

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

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

border-color css

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

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

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