Html Css Color HEX #751C79 Dark Purple

📋 copy color: '#751C79'

red 117 ◦ green 28 ◦ blue 121

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

Shades of Dark Purple #751C79

Tints of Dark Purple #751C79

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.53%

 BLUE value IS 121 (47.66% from 255) = 45.49%

R = 43.98%
G = 10.53%
B = 45.49%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#751C79 (or 0x751C79) is known color: Dark Purple. HEX triplet: 75, 1C and 79. RGB value is (117,28,121). Sum of RGB (Red+Green+Blue) = 117+28+121=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 121 (47.66% from 255 or 45.49% from 266); Max value from RGB is 121 - color contains mainly: blue. Hex color #751C79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751C79 is #8AE386. Grayscale: #404040. Windows color (decimal): -9102215 or 7937141. OLE color: 7937141.

HSL color Cylindrical-coordinate representation of color #751C79: hue angle of 297.42º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #751C79 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 28 121 -
CMYK 0.03 0.77 0 0.53
HSL 297.42º 0.62% 0.29% -
HSV(B) 297.42º 0.77% 0.47% -
XYZ 11.2 5.99 18.66 -
YUV 65.21 159.49 164.94 -
System Red Green Blue C M Y K H S L
Decimal 117 28 121 0.03 0.77 0 0.53 297.42 0.62 0.29
Hex 75 1C 79 3 4D 0 35 129 3E 1D
Octal 165 34 171 3 115 0 65 451 76 35
Binary 1110101 11100 1111001 11 1001101 0 110101 100101001 111110 11101

Color Harmonies of #751C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C79

Black with #751C79

Text Example


Text Example

White with #751C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751C79; }

 p { color: rgb(117,28,121); }

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

background-color css

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

 a { background-color: rgb(117,28,121); }

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

border-color css

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

 span { border-color: rgb(117,28,121); }

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