Html Css Color HEX #751A6F Dark Purple

📋 copy color: '#751A6F'

red 117 ◦ green 26 ◦ blue 111

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

Shades of Dark Purple #751A6F

Tints of Dark Purple #751A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.7%

R = 46.06%
G = 10.24%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#751A6F (or 0x751A6F) is known color: Dark Purple. HEX triplet: 75, 1A and 6F. RGB value is (117,26,111). Sum of RGB (Red+Green+Blue) = 117+26+111=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #751A6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751A6F is #8AE590. Grayscale: #3E3E3E. Windows color (decimal): -9102737 or 7281269. OLE color: 7281269.

HSL color Cylindrical-coordinate representation of color #751A6F: hue angle of 303.96º 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 #751A6F is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 26 111 -
CMYK 0 0.78 0.05 0.54
HSL 303.96º 0.64% 0.28% -
HSV(B) 303.96º 0.78% 0.46% -
XYZ 10.57 5.67 15.58 -
YUV 62.9 155.15 166.59 -
System Red Green Blue C M Y K H S L
Decimal 117 26 111 0 0.78 0.05 0.54 303.96 0.64 0.28
Hex 75 1A 6F 0 4E 5 36 130 40 1C
Octal 165 32 157 0 116 5 66 460 100 34
Binary 1110101 11010 1101111 0 1001110 101 110110 100110000 1000000 11100

Color Harmonies of #751A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A6F

Black with #751A6F

Text Example


Text Example

White with #751A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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