Html Css Color HEX #752071 Dark Purple

📋 copy color: '#752071'

red 117 ◦ green 32 ◦ blue 113

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

Shades of Dark Purple #752071

Tints of Dark Purple #752071

RGB

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

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

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

R = 44.66%
G = 12.21%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#752071 (or 0x752071) is known color: Dark Purple. HEX triplet: 75, 20 and 71. RGB value is (117,32,113). Sum of RGB (Red+Green+Blue) = 117+32+113=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #752071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752071 is #8ADF8E. Grayscale: #424242. Windows color (decimal): -9101199 or 7413877. OLE color: 7413877.

HSL color Cylindrical-coordinate representation of color #752071: hue angle of 302.82º 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 #752071 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 32 113 -
CMYK 0 0.73 0.03 0.54
HSL 302.82º 0.57% 0.29% -
HSV(B) 302.82º 0.73% 0.46% -
XYZ 10.83 6.01 16.21 -
YUV 66.65 154.16 163.91 -
System Red Green Blue C M Y K H S L
Decimal 117 32 113 0 0.73 0.03 0.54 302.82 0.57 0.29
Hex 75 20 71 0 49 3 36 12F 39 1D
Octal 165 40 161 0 111 3 66 457 71 35
Binary 1110101 100000 1110001 0 1001001 11 110110 100101111 111001 11101

Color Harmonies of #752071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752071

Black with #752071

Text Example


Text Example

White with #752071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752071; }

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

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

background-color css

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

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

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

border-color css

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

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

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