Html Css Color HEX #751D76 Dark Purple

📋 copy color: '#751D76'

red 117 ◦ green 29 ◦ blue 118

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

Shades of Dark Purple #751D76

Tints of Dark Purple #751D76

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.98%

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

R = 44.32%
G = 10.98%
B = 44.7%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#751D76 (or 0x751D76) is known color: Dark Purple. HEX triplet: 75, 1D and 76. RGB value is (117,29,118). Sum of RGB (Red+Green+Blue) = 117+29+118=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #751D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751D76 is #8AE289. Grayscale: #414141. Windows color (decimal): -9101962 or 7740789. OLE color: 7740789.

HSL color Cylindrical-coordinate representation of color #751D76: hue angle of 299.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #751D76 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 29 118 -
CMYK 0.01 0.75 0 0.54
HSL 299.33º 0.61% 0.29% -
HSV(B) 299.33º 0.75% 0.46% -
XYZ 11.05 5.97 17.71 -
YUV 65.46 157.65 164.76 -
System Red Green Blue C M Y K H S L
Decimal 117 29 118 0.01 0.75 0 0.54 299.33 0.61 0.29
Hex 75 1D 76 1 4B 0 36 12B 3D 1D
Octal 165 35 166 1 113 0 66 453 75 35
Binary 1110101 11101 1110110 1 1001011 0 110110 100101011 111101 11101

Color Harmonies of #751D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751D76

Black with #751D76

Text Example


Text Example

White with #751D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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