Html Css Color HEX #751D7D Dark Purple

📋 copy color: '#751D7D'

red 117 ◦ green 29 ◦ blue 125

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

Shades of Dark Purple #751D7D

Tints of Dark Purple #751D7D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.7%

 BLUE value IS 125 (49.22% from 255) = 46.13%

R = 43.17%
G = 10.7%
B = 46.13%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#751D7D (or 0x751D7D) is known color: Dark Purple. HEX triplet: 75, 1D and 7D. RGB value is (117,29,125). Sum of RGB (Red+Green+Blue) = 117+29+125=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #751D7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751D7D is #8AE282. Grayscale: #414141. Windows color (decimal): -9101955 or 8199541. OLE color: 8199541.

HSL color Cylindrical-coordinate representation of color #751D7D: hue angle of 295º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #751D7D is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 29 125 -
CMYK 0.06 0.77 0 0.51
HSL 295º 0.62% 0.3% -
HSV(B) 295º 0.77% 0.49% -
XYZ 11.48 6.14 19.98 -
YUV 66.26 161.15 164.19 -
System Red Green Blue C M Y K H S L
Decimal 117 29 125 0.06 0.77 0 0.51 295 0.62 0.3
Hex 75 1D 7D 6 4D 0 33 127 3E 1E
Octal 165 35 175 6 115 0 63 447 76 36
Binary 1110101 11101 1111101 110 1001101 0 110011 100100111 111110 11110

Color Harmonies of #751D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751D7D

Black with #751D7D

Text Example


Text Example

White with #751D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,29,125); }

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

background-color css

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

 a { background-color: rgb(117,29,125); }

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

border-color css

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

 span { border-color: rgb(117,29,125); }

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