Html Css Color HEX #751069 Dark Purple

📋 copy color: '#751069'

red 117 ◦ green 16 ◦ blue 105

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

Shades of Dark Purple #751069

Tints of Dark Purple #751069

RGB

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

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

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

R = 49.16%
G = 6.72%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#751069 (or 0x751069) is known color: Dark Purple. HEX triplet: 75, 10 and 69. RGB value is (117,16,105). Sum of RGB (Red+Green+Blue) = 117+16+105=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #751069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751069 is #8AEF96. Grayscale: #383838. Windows color (decimal): -9105303 or 6885493. OLE color: 6885493.

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

Color convert

RGB 117 16 105 -
CMYK 0 0.86 0.10 0.54
HSL 307.13º 0.76% 0.26% -
HSV(B) 307.13º 0.86% 0.46% -
XYZ 10.07 5.17 13.83 -
YUV 56.35 155.46 171.26 -
System Red Green Blue C M Y K H S L
Decimal 117 16 105 0 0.86 0.10 0.54 307.13 0.76 0.26
Hex 75 10 69 0 56 A 36 133 4C 1A
Octal 165 20 151 0 126 12 66 463 114 32
Binary 1110101 10000 1101001 0 1010110 1010 110110 100110011 1001100 11010

Color Harmonies of #751069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751069

Black with #751069

Text Example


Text Example

White with #751069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751069; }

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

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

background-color css

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

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

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

border-color css

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

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

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