Html Css Color HEX #751271 Dark Purple

📋 copy color: '#751271'

red 117 ◦ green 18 ◦ blue 113

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

Shades of Dark Purple #751271

Tints of Dark Purple #751271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.26%

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

R = 47.18%
G = 7.26%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#751271 (or 0x751271) is known color: Dark Purple. HEX triplet: 75, 12 and 71. RGB value is (117,18,113). Sum of RGB (Red+Green+Blue) = 117+18+113=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #751271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751271 is #8AED8E. Grayscale: #3A3A3A. Windows color (decimal): -9104783 or 7410293. OLE color: 7410293.

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

Color convert

RGB 117 18 113 -
CMYK 0 0.85 0.03 0.54
HSL 302.42º 0.73% 0.26% -
HSV(B) 302.42º 0.85% 0.46% -
XYZ 10.53 5.41 16.11 -
YUV 58.43 158.8 169.78 -
System Red Green Blue C M Y K H S L
Decimal 117 18 113 0 0.85 0.03 0.54 302.42 0.73 0.26
Hex 75 12 71 0 55 3 36 12E 49 1A
Octal 165 22 161 0 125 3 66 456 111 32
Binary 1110101 10010 1110001 0 1010101 11 110110 100101110 1001001 11010

Color Harmonies of #751271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751271

Black with #751271

Text Example


Text Example

White with #751271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751271; }

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

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

background-color css

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

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

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

border-color css

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

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

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