Html Css Color HEX #751071 Purple

📋 copy color: '#751071'

red 117 ◦ green 16 ◦ blue 113

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

Shades of Purple #751071

Tints of Purple #751071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.5%

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

R = 47.56%
G = 6.5%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#751071 (or 0x751071) is known color: Purple. HEX triplet: 75, 10 and 71. RGB value is (117,16,113). Sum of RGB (Red+Green+Blue) = 117+16+113=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #751071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751071 is #8AEF8E. Grayscale: #383838. Windows color (decimal): -9105295 or 7409781. OLE color: 7409781.

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

Color convert

RGB 117 16 113 -
CMYK 0 0.86 0.03 0.54
HSL 302.38º 0.76% 0.26% -
HSV(B) 302.38º 0.86% 0.46% -
XYZ 10.5 5.34 16.1 -
YUV 57.26 159.46 170.61 -
System Red Green Blue C M Y K H S L
Decimal 117 16 113 0 0.86 0.03 0.54 302.38 0.76 0.26
Hex 75 10 71 0 56 3 36 12E 4C 1A
Octal 165 20 161 0 126 3 66 456 114 32
Binary 1110101 10000 1110001 0 1010110 11 110110 100101110 1001100 11010

Color Harmonies of #751071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751071

Black with #751071

Text Example


Text Example

White with #751071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751071; }

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

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

background-color css

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

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

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

border-color css

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

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

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