Html Css Color HEX #751971 Dark Purple

📋 copy color: '#751971'

red 117 ◦ green 25 ◦ blue 113

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

Shades of Dark Purple #751971

Tints of Dark Purple #751971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.8%

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

R = 45.88%
G = 9.8%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#751971 (or 0x751971) is known color: Dark Purple. HEX triplet: 75, 19 and 71. RGB value is (117,25,113). Sum of RGB (Red+Green+Blue) = 117+25+113=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #751971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751971 is #8AE68E. Grayscale: #3E3E3E. Windows color (decimal): -9102991 or 7412085. OLE color: 7412085.

HSL color Cylindrical-coordinate representation of color #751971: hue angle of 302.61º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751971 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 25 113 -
CMYK 0 0.79 0.03 0.54
HSL 302.61º 0.65% 0.28% -
HSV(B) 302.61º 0.79% 0.46% -
XYZ 10.66 5.67 16.16 -
YUV 62.54 156.48 166.84 -
System Red Green Blue C M Y K H S L
Decimal 117 25 113 0 0.79 0.03 0.54 302.61 0.65 0.28
Hex 75 19 71 0 4F 3 36 12F 41 1C
Octal 165 31 161 0 117 3 66 457 101 34
Binary 1110101 11001 1110001 0 1001111 11 110110 100101111 1000001 11100

Color Harmonies of #751971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751971

Black with #751971

Text Example


Text Example

White with #751971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751971; }

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

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

background-color css

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

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

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

border-color css

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

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

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