Html Css Color HEX #751471 Dark Purple

📋 copy color: '#751471'

red 117 ◦ green 20 ◦ blue 113

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

Shades of Dark Purple #751471

Tints of Dark Purple #751471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8%

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

R = 46.8%
G = 8%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#751471 (or 0x751471) is known color: Dark Purple. HEX triplet: 75, 14 and 71. RGB value is (117,20,113). Sum of RGB (Red+Green+Blue) = 117+20+113=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #751471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751471 is #8AEB8E. Grayscale: #3B3B3B. Windows color (decimal): -9104271 or 7410805. OLE color: 7410805.

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

Color convert

RGB 117 20 113 -
CMYK 0 0.83 0.03 0.54
HSL 302.47º 0.71% 0.27% -
HSV(B) 302.47º 0.83% 0.46% -
XYZ 10.57 5.47 16.12 -
YUV 59.61 158.14 168.94 -
System Red Green Blue C M Y K H S L
Decimal 117 20 113 0 0.83 0.03 0.54 302.47 0.71 0.27
Hex 75 14 71 0 53 3 36 12E 47 1B
Octal 165 24 161 0 123 3 66 456 107 33
Binary 1110101 10100 1110001 0 1010011 11 110110 100101110 1000111 11011

Color Harmonies of #751471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751471

Black with #751471

Text Example


Text Example

White with #751471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751471; }

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

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

background-color css

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

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

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

border-color css

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

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

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