Html Css Color HEX #7D1985 Dark Purple

📋 copy color: '#7D1985'

red 125 ◦ green 25 ◦ blue 133

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

Shades of Dark Purple #7D1985

Tints of Dark Purple #7D1985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.83%

 BLUE value IS 133 (52.34% from 255) = 47%

R = 44.17%
G = 8.83%
B = 47%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7D1985 (or 0x7D1985) is known color: Dark Purple. HEX triplet: 7D, 19 and 85. RGB value is (125,25,133). Sum of RGB (Red+Green+Blue) = 125+25+133=283 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.17% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #7D1985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1985 is #82E67A. Grayscale: #424242. Windows color (decimal): -8578683 or 8722813. OLE color: 8722813.

HSL color Cylindrical-coordinate representation of color #7D1985: hue angle of 295.56º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D1985 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 25 133 -
CMYK 0.06 0.81 0 0.48
HSL 295.56º 0.68% 0.31% -
HSV(B) 295.56º 0.81% 0.52% -
XYZ 13.04 6.75 22.81 -
YUV 67.21 165.13 169.22 -
System Red Green Blue C M Y K H S L
Decimal 125 25 133 0.06 0.81 0 0.48 295.56 0.68 0.31
Hex 7D 19 85 6 51 0 30 128 44 1F
Octal 175 31 205 6 121 0 60 450 104 37
Binary 1111101 11001 10000101 110 1010001 0 110000 100101000 1000100 11111

Color Harmonies of #7D1985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1985

Black with #7D1985

Text Example


Text Example

White with #7D1985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,25,133); }

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

background-color css

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

 a { background-color: rgb(125,25,133); }

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

border-color css

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

 span { border-color: rgb(125,25,133); }

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