Html Css Color HEX #762071 Dark Purple

📋 copy color: '#762071'

red 118 ◦ green 32 ◦ blue 113

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

Shades of Dark Purple #762071

Tints of Dark Purple #762071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.17%

 BLUE value IS 113 (44.53% from 255) = 42.97%

R = 44.87%
G = 12.17%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#762071 (or 0x762071) is known color: Dark Purple. HEX triplet: 76, 20 and 71. RGB value is (118,32,113). Sum of RGB (Red+Green+Blue) = 118+32+113=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #762071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762071 is #89DF8E. Grayscale: #424242. Windows color (decimal): -9035663 or 7413878. OLE color: 7413878.

HSL color Cylindrical-coordinate representation of color #762071: hue angle of 303.49º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762071 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 32 113 -
CMYK 0 0.73 0.04 0.54
HSL 303.49º 0.57% 0.29% -
HSV(B) 303.49º 0.73% 0.46% -
XYZ 10.97 6.08 16.22 -
YUV 66.95 153.99 164.41 -
System Red Green Blue C M Y K H S L
Decimal 118 32 113 0 0.73 0.04 0.54 303.49 0.57 0.29
Hex 76 20 71 0 49 4 36 12F 39 1D
Octal 166 40 161 0 111 4 66 457 71 35
Binary 1110110 100000 1110001 0 1001001 100 110110 100101111 111001 11101

Color Harmonies of #762071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762071

Black with #762071

Text Example


Text Example

White with #762071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762071; }

 p { color: rgb(118,32,113); }

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

background-color css

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

 a { background-color: rgb(118,32,113); }

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

border-color css

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

 span { border-color: rgb(118,32,113); }

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