Html Css Color HEX #7D1F69 Dark Purple

📋 copy color: '#7D1F69'

red 125 ◦ green 31 ◦ blue 105

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

Shades of Dark Purple #7D1F69

Tints of Dark Purple #7D1F69

RGB

 RED value IS 125 (49.22% from 255) = 47.89%

 GREEN value IS 31 (12.5% from 255) = 11.88%

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

R = 47.89%
G = 11.88%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7D1F69 (or 0x7D1F69) is known color: Dark Purple. HEX triplet: 7D, 1F and 69. RGB value is (125,31,105). Sum of RGB (Red+Green+Blue) = 125+31+105=261 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.89% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1F69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D1F69 is #82E096. Grayscale: #434343. Windows color (decimal): -8577175 or 6889341. OLE color: 6889341.

HSL color Cylindrical-coordinate representation of color #7D1F69: hue angle of 312.77º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D1F69 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 31 105 -
CMYK 0 0.75 0.16 0.51
HSL 312.77º 0.6% 0.31% -
HSV(B) 312.77º 0.75% 0.49% -
XYZ 11.5 6.36 13.99 -
YUV 67.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 125 31 105 0 0.75 0.16 0.51 312.77 0.6 0.31
Hex 7D 1F 69 0 4B 10 33 139 3C 1F
Octal 175 37 151 0 113 20 63 471 74 37
Binary 1111101 11111 1101001 0 1001011 10000 110011 100111001 111100 11111

Color Harmonies of #7D1F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1F69

Black with #7D1F69

Text Example


Text Example

White with #7D1F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D1F69; }

 p { color: rgb(125,31,105); }

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

background-color css

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

 a { background-color: rgb(125,31,105); }

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

border-color css

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

 span { border-color: rgb(125,31,105); }

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