Html Css Color HEX #751671 Dark Purple

📋 copy color: '#751671'

red 117 ◦ green 22 ◦ blue 113

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

Shades of Dark Purple #751671

Tints of Dark Purple #751671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.73%

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

R = 46.43%
G = 8.73%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#751671 (or 0x751671) is known color: Dark Purple. HEX triplet: 75, 16 and 71. RGB value is (117,22,113). Sum of RGB (Red+Green+Blue) = 117+22+113=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #751671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751671 is #8AE98E. Grayscale: #3C3C3C. Windows color (decimal): -9103759 or 7411317. OLE color: 7411317.

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

Color convert

RGB 117 22 113 -
CMYK 0 0.81 0.03 0.54
HSL 302.53º 0.68% 0.27% -
HSV(B) 302.53º 0.81% 0.46% -
XYZ 10.6 5.55 16.13 -
YUV 60.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 117 22 113 0 0.81 0.03 0.54 302.53 0.68 0.27
Hex 75 16 71 0 51 3 36 12F 44 1B
Octal 165 26 161 0 121 3 66 457 104 33
Binary 1110101 10110 1110001 0 1010001 11 110110 100101111 1000100 11011

Color Harmonies of #751671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751671

Black with #751671

Text Example


Text Example

White with #751671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751671; }

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

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

background-color css

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

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

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

border-color css

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

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

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