Html Css Color HEX #7D0969 Dark Purple

📋 copy color: '#7D0969'

red 125 ◦ green 9 ◦ blue 105

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

Shades of Dark Purple #7D0969

Tints of Dark Purple #7D0969

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.77%

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

R = 52.3%
G = 3.77%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7D0969 (or 0x7D0969) is known color: Dark Purple. HEX triplet: 7D, 09 and 69. RGB value is (125,9,105). Sum of RGB (Red+Green+Blue) = 125+9+105=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0969 is #82F696. Grayscale: #363636. Windows color (decimal): -8582807 or 6883709. OLE color: 6883709.

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

Color convert

RGB 125 9 105 -
CMYK 0 0.93 0.16 0.51
HSL 310.34º 0.87% 0.26% -
HSV(B) 310.34º 0.93% 0.49% -
XYZ 11.1 5.58 13.86 -
YUV 54.63 156.43 178.19 -
System Red Green Blue C M Y K H S L
Decimal 125 9 105 0 0.93 0.16 0.51 310.34 0.87 0.26
Hex 7D 9 69 0 5D 10 33 136 57 1A
Octal 175 11 151 0 135 20 63 466 127 32
Binary 1111101 1001 1101001 0 1011101 10000 110011 100110110 1010111 11010

Color Harmonies of #7D0969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0969

Black with #7D0969

Text Example


Text Example

White with #7D0969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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