Html Css Color HEX #762177 Dark Purple

📋 copy color: '#762177'

red 118 ◦ green 33 ◦ blue 119

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

Shades of Dark Purple #762177

Tints of Dark Purple #762177

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.22%

 BLUE value IS 119 (46.88% from 255) = 44.07%

R = 43.7%
G = 12.22%
B = 44.07%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#762177 (or 0x762177) is known color: Dark Purple. HEX triplet: 76, 21 and 77. RGB value is (118,33,119). Sum of RGB (Red+Green+Blue) = 118+33+119=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #762177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762177 is #89DE88. Grayscale: #434343. Windows color (decimal): -9035401 or 7807350. OLE color: 7807350.

HSL color Cylindrical-coordinate representation of color #762177: hue angle of 299.3º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762177 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 33 119 -
CMYK 0.01 0.72 0 0.53
HSL 299.3º 0.57% 0.3% -
HSV(B) 299.3º 0.72% 0.47% -
XYZ 11.34 6.27 18.07 -
YUV 68.22 156.66 163.51 -
System Red Green Blue C M Y K H S L
Decimal 118 33 119 0.01 0.72 0 0.53 299.3 0.57 0.3
Hex 76 21 77 1 48 0 35 12B 39 1E
Octal 166 41 167 1 110 0 65 453 71 36
Binary 1110110 100001 1110111 1 1001000 0 110101 100101011 111001 11110

Color Harmonies of #762177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762177

Black with #762177

Text Example


Text Example

White with #762177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762177; }

 p { color: rgb(118,33,119); }

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

background-color css

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

 a { background-color: rgb(118,33,119); }

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

border-color css

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

 span { border-color: rgb(118,33,119); }

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