Html Css Color HEX #761675 Dark Purple

📋 copy color: '#761675'

red 118 ◦ green 22 ◦ blue 117

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

Shades of Dark Purple #761675

Tints of Dark Purple #761675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.56%

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

R = 45.91%
G = 8.56%
B = 45.53%

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

#761675 (or 0x761675) is known color: Dark Purple. HEX triplet: 76, 16 and 75. RGB value is (118,22,117). Sum of RGB (Red+Green+Blue) = 118+22+117=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #761675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761675 is #89E98A. Grayscale: #3D3D3D. Windows color (decimal): -9038219 or 7673462. OLE color: 7673462.

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

Color convert

RGB 118 22 117 -
CMYK 0 0.81 0.01 0.54
HSL 300.63º 0.69% 0.27% -
HSV(B) 300.63º 0.81% 0.46% -
XYZ 10.97 5.71 17.35 -
YUV 61.53 159.3 168.28 -
System Red Green Blue C M Y K H S L
Decimal 118 22 117 0 0.81 0.01 0.54 300.63 0.69 0.27
Hex 76 16 75 0 51 1 36 12D 45 1B
Octal 166 26 165 0 121 1 66 455 105 33
Binary 1110110 10110 1110101 0 1010001 1 110110 100101101 1000101 11011

Color Harmonies of #761675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761675

Black with #761675

Text Example


Text Example

White with #761675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761675; }

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

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

background-color css

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

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

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

border-color css

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

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

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