Html Css Color HEX #752076 Dark Purple

📋 copy color: '#752076'

red 117 ◦ green 32 ◦ blue 118

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

Shades of Dark Purple #752076

Tints of Dark Purple #752076

RGB

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

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

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

R = 43.82%
G = 11.99%
B = 44.19%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#752076 (or 0x752076) is known color: Dark Purple. HEX triplet: 75, 20 and 76. RGB value is (117,32,118). Sum of RGB (Red+Green+Blue) = 117+32+118=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #752076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752076 is #8ADF89. Grayscale: #424242. Windows color (decimal): -9101194 or 7741557. OLE color: 7741557.

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

Color convert

RGB 117 32 118 -
CMYK 0.01 0.73 0 0.54
HSL 299.3º 0.57% 0.29% -
HSV(B) 299.3º 0.73% 0.46% -
XYZ 11.12 6.12 17.74 -
YUV 67.22 156.66 163.51 -
System Red Green Blue C M Y K H S L
Decimal 117 32 118 0.01 0.73 0 0.54 299.3 0.57 0.29
Hex 75 20 76 1 49 0 36 12B 39 1D
Octal 165 40 166 1 111 0 66 453 71 35
Binary 1110101 100000 1110110 1 1001001 0 110110 100101011 111001 11101

Color Harmonies of #752076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752076

Black with #752076

Text Example


Text Example

White with #752076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752076; }

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

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

background-color css

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

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

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

border-color css

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

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

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