Html Css Color HEX #752072 Dark Purple

📋 copy color: '#752072'

red 117 ◦ green 32 ◦ blue 114

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

Shades of Dark Purple #752072

Tints of Dark Purple #752072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.35%

R = 44.49%
G = 12.17%
B = 43.35%

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

#752072 (or 0x752072) is known color: Dark Purple. HEX triplet: 75, 20 and 72. RGB value is (117,32,114). Sum of RGB (Red+Green+Blue) = 117+32+114=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #752072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752072 is #8ADF8D. Grayscale: #424242. Windows color (decimal): -9101198 or 7479413. OLE color: 7479413.

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

Color convert

RGB 117 32 114 -
CMYK 0 0.73 0.03 0.54
HSL 302.12º 0.57% 0.29% -
HSV(B) 302.12º 0.73% 0.46% -
XYZ 10.89 6.03 16.51 -
YUV 66.76 154.66 163.83 -
System Red Green Blue C M Y K H S L
Decimal 117 32 114 0 0.73 0.03 0.54 302.12 0.57 0.29
Hex 75 20 72 0 49 3 36 12E 39 1D
Octal 165 40 162 0 111 3 66 456 71 35
Binary 1110101 100000 1110010 0 1001001 11 110110 100101110 111001 11101

Color Harmonies of #752072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752072

Black with #752072

Text Example


Text Example

White with #752072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752072; }

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

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

background-color css

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

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

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

border-color css

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

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

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