Html Css Color HEX #752170 Dark Purple

📋 copy color: '#752170'

red 117 ◦ green 33 ◦ blue 112

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

Shades of Dark Purple #752170

Tints of Dark Purple #752170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.75%

R = 44.66%
G = 12.6%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#752170 (or 0x752170) is known color: Dark Purple. HEX triplet: 75, 21 and 70. RGB value is (117,33,112). Sum of RGB (Red+Green+Blue) = 117+33+112=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #752170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752170 is #8ADE8F. Grayscale: #424242. Windows color (decimal): -9100944 or 7348597. OLE color: 7348597.

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

Color convert

RGB 117 33 112 -
CMYK 0 0.72 0.04 0.54
HSL 303.57º 0.56% 0.29% -
HSV(B) 303.57º 0.72% 0.46% -
XYZ 10.8 6.04 15.93 -
YUV 67.12 153.33 163.58 -
System Red Green Blue C M Y K H S L
Decimal 117 33 112 0 0.72 0.04 0.54 303.57 0.56 0.29
Hex 75 21 70 0 48 4 36 130 38 1D
Octal 165 41 160 0 110 4 66 460 70 35
Binary 1110101 100001 1110000 0 1001000 100 110110 100110000 111000 11101

Color Harmonies of #752170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752170

Black with #752170

Text Example


Text Example

White with #752170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752170; }

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

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

background-color css

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

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

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

border-color css

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

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

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