Html Css Color HEX #7D2469 Dark Purple

📋 copy color: '#7D2469'

red 125 ◦ green 36 ◦ blue 105

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

Shades of Dark Purple #7D2469

Tints of Dark Purple #7D2469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.53%

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

R = 46.99%
G = 13.53%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7D2469 (or 0x7D2469) is known color: Dark Purple. HEX triplet: 7D, 24 and 69. RGB value is (125,36,105). Sum of RGB (Red+Green+Blue) = 125+36+105=266 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.99% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2469 is #82DB96. Grayscale: #464646. Windows color (decimal): -8575895 or 6890621. OLE color: 6890621.

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

Color convert

RGB 125 36 105 -
CMYK 0 0.71 0.16 0.51
HSL 313.48º 0.55% 0.32% -
HSV(B) 313.48º 0.71% 0.49% -
XYZ 11.64 6.64 14.03 -
YUV 70.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 125 36 105 0 0.71 0.16 0.51 313.48 0.55 0.32
Hex 7D 24 69 0 47 10 33 139 37 20
Octal 175 44 151 0 107 20 63 471 67 40
Binary 1111101 100100 1101001 0 1000111 10000 110011 100111001 110111 100000

Color Harmonies of #7D2469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2469

Black with #7D2469

Text Example


Text Example

White with #7D2469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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