Html Css Color HEX #752177 Dark Purple

📋 copy color: '#752177'

red 117 ◦ green 33 ◦ blue 119

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

Shades of Dark Purple #752177

Tints of Dark Purple #752177

RGB

 RED value IS 117 (46.09% from 255) = 43.49%

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

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

R = 43.49%
G = 12.27%
B = 44.24%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#752177 (or 0x752177) is known color: Dark Purple. HEX triplet: 75, 21 and 77. RGB value is (117,33,119). Sum of RGB (Red+Green+Blue) = 117+33+119=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #752177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752177 is #8ADE88. Grayscale: #434343. Windows color (decimal): -9100937 or 7807349. OLE color: 7807349.

HSL color Cylindrical-coordinate representation of color #752177: hue angle of 298.6º 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 #752177 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 33 119 -
CMYK 0.02 0.72 0 0.53
HSL 298.6º 0.57% 0.3% -
HSV(B) 298.6º 0.72% 0.47% -
XYZ 11.21 6.2 18.06 -
YUV 67.92 156.83 163.01 -
System Red Green Blue C M Y K H S L
Decimal 117 33 119 0.02 0.72 0 0.53 298.6 0.57 0.3
Hex 75 21 77 2 48 0 35 12B 39 1E
Octal 165 41 167 2 110 0 65 453 71 36
Binary 1110101 100001 1110111 10 1001000 0 110101 100101011 111001 11110

Color Harmonies of #752177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752177

Black with #752177

Text Example


Text Example

White with #752177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752177; }

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

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

background-color css

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

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

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

border-color css

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

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

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