Html Css Color HEX #751169 Dark Purple

📋 copy color: '#751169'

red 117 ◦ green 17 ◦ blue 105

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

Shades of Dark Purple #751169

Tints of Dark Purple #751169

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.11%

 BLUE value IS 105 (41.41% from 255) = 43.93%

R = 48.95%
G = 7.11%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#751169 (or 0x751169) is known color: Dark Purple. HEX triplet: 75, 11 and 69. RGB value is (117,17,105). Sum of RGB (Red+Green+Blue) = 117+17+105=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #751169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751169 is #8AEE96. Grayscale: #383838. Windows color (decimal): -9105047 or 6885749. OLE color: 6885749.

HSL color Cylindrical-coordinate representation of color #751169: hue angle of 307.2º degrees, saturation: 0.75, 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 #751169 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 17 105 -
CMYK 0 0.85 0.10 0.54
HSL 307.2º 0.75% 0.26% -
HSV(B) 307.2º 0.85% 0.46% -
XYZ 10.09 5.2 13.84 -
YUV 56.93 155.13 170.84 -
System Red Green Blue C M Y K H S L
Decimal 117 17 105 0 0.85 0.10 0.54 307.2 0.75 0.26
Hex 75 11 69 0 55 A 36 133 4B 1A
Octal 165 21 151 0 125 12 66 463 113 32
Binary 1110101 10001 1101001 0 1010101 1010 110110 100110011 1001011 11010

Color Harmonies of #751169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751169

Black with #751169

Text Example


Text Example

White with #751169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751169; }

 p { color: rgb(117,17,105); }

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

background-color css

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

 a { background-color: rgb(117,17,105); }

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

border-color css

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

 span { border-color: rgb(117,17,105); }

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