Html Css Color HEX #752176 Dark Purple

📋 copy color: '#752176'

red 117 ◦ green 33 ◦ blue 118

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

Shades of Dark Purple #752176

Tints of Dark Purple #752176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.03%

R = 43.66%
G = 12.31%
B = 44.03%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#752176 (or 0x752176) is known color: Dark Purple. HEX triplet: 75, 21 and 76. RGB value is (117,33,118). Sum of RGB (Red+Green+Blue) = 117+33+118=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #752176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752176 is #8ADE89. Grayscale: #434343. Windows color (decimal): -9100938 or 7741813. OLE color: 7741813.

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

Color convert

RGB 117 33 118 -
CMYK 0.01 0.72 0 0.54
HSL 299.29º 0.56% 0.3% -
HSV(B) 299.29º 0.72% 0.46% -
XYZ 11.15 6.18 17.74 -
YUV 67.81 156.33 163.09 -
System Red Green Blue C M Y K H S L
Decimal 117 33 118 0.01 0.72 0 0.54 299.29 0.56 0.3
Hex 75 21 76 1 48 0 36 12B 38 1E
Octal 165 41 166 1 110 0 66 453 70 36
Binary 1110101 100001 1110110 1 1001000 0 110110 100101011 111000 11110

Color Harmonies of #752176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752176

Black with #752176

Text Example


Text Example

White with #752176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752176; }

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

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

background-color css

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

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

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

border-color css

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

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

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