Html Css Color HEX #751771 Dark Purple

📋 copy color: '#751771'

red 117 ◦ green 23 ◦ blue 113

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

Shades of Dark Purple #751771

Tints of Dark Purple #751771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.09%

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

R = 46.25%
G = 9.09%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#751771 (or 0x751771) is known color: Dark Purple. HEX triplet: 75, 17 and 71. RGB value is (117,23,113). Sum of RGB (Red+Green+Blue) = 117+23+113=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #751771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751771 is #8AE88E. Grayscale: #3D3D3D. Windows color (decimal): -9103503 or 7411573. OLE color: 7411573.

HSL color Cylindrical-coordinate representation of color #751771: hue angle of 302.55º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751771 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 113 -
CMYK 0 0.80 0.03 0.54
HSL 302.55º 0.67% 0.27% -
HSV(B) 302.55º 0.8% 0.46% -
XYZ 10.62 5.59 16.14 -
YUV 61.37 157.14 167.68 -
System Red Green Blue C M Y K H S L
Decimal 117 23 113 0 0.80 0.03 0.54 302.55 0.67 0.27
Hex 75 17 71 0 50 3 36 12F 43 1B
Octal 165 27 161 0 120 3 66 457 103 33
Binary 1110101 10111 1110001 0 1010000 11 110110 100101111 1000011 11011

Color Harmonies of #751771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751771

Black with #751771

Text Example


Text Example

White with #751771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751771; }

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

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

background-color css

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

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

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

border-color css

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

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

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