Html Css Color HEX #751A6D Dark Purple

📋 copy color: '#751A6D'

red 117 ◦ green 26 ◦ blue 109

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

Shades of Dark Purple #751A6D

Tints of Dark Purple #751A6D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.32%

 BLUE value IS 109 (42.97% from 255) = 43.25%

R = 46.43%
G = 10.32%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#751A6D (or 0x751A6D) is known color: Dark Purple. HEX triplet: 75, 1A and 6D. RGB value is (117,26,109). Sum of RGB (Red+Green+Blue) = 117+26+109=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #751A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751A6D is #8AE592. Grayscale: #3E3E3E. Windows color (decimal): -9102739 or 7150197. OLE color: 7150197.

HSL color Cylindrical-coordinate representation of color #751A6D: hue angle of 305.27º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A6D is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 26 109 -
CMYK 0 0.78 0.07 0.54
HSL 305.27º 0.64% 0.28% -
HSV(B) 305.27º 0.78% 0.46% -
XYZ 10.47 5.62 15 -
YUV 62.67 154.15 166.75 -
System Red Green Blue C M Y K H S L
Decimal 117 26 109 0 0.78 0.07 0.54 305.27 0.64 0.28
Hex 75 1A 6D 0 4E 7 36 131 40 1C
Octal 165 32 155 0 116 7 66 461 100 34
Binary 1110101 11010 1101101 0 1001110 111 110110 100110001 1000000 11100

Color Harmonies of #751A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A6D

Black with #751A6D

Text Example


Text Example

White with #751A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,26,109); }

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

background-color css

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

 a { background-color: rgb(117,26,109); }

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

border-color css

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

 span { border-color: rgb(117,26,109); }

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