Html Css Color HEX #7D1665 Dark Purple

📋 copy color: '#7D1665'

red 125 ◦ green 22 ◦ blue 101

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

Shades of Dark Purple #7D1665

Tints of Dark Purple #7D1665

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.87%

 BLUE value IS 101 (39.84% from 255) = 40.73%

R = 50.4%
G = 8.87%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7D1665 (or 0x7D1665) is known color: Dark Purple. HEX triplet: 7D, 16 and 65. RGB value is (125,22,101). Sum of RGB (Red+Green+Blue) = 125+22+101=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1665 is #82E99A. Grayscale: #3D3D3D. Windows color (decimal): -8579483 or 6624893. OLE color: 6624893.

HSL color Cylindrical-coordinate representation of color #7D1665: hue angle of 313.98º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D1665 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 22 101 -
CMYK 0 0.82 0.19 0.51
HSL 313.98º 0.7% 0.29% -
HSV(B) 313.98º 0.82% 0.49% -
XYZ 11.09 5.87 12.86 -
YUV 61.8 150.12 173.08 -
System Red Green Blue C M Y K H S L
Decimal 125 22 101 0 0.82 0.19 0.51 313.98 0.7 0.29
Hex 7D 16 65 0 52 13 33 13A 46 1D
Octal 175 26 145 0 122 23 63 472 106 35
Binary 1111101 10110 1100101 0 1010010 10011 110011 100111010 1000110 11101

Color Harmonies of #7D1665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1665

Black with #7D1665

Text Example


Text Example

White with #7D1665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,22,101); }

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

background-color css

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

 a { background-color: rgb(125,22,101); }

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

border-color css

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

 span { border-color: rgb(125,22,101); }

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