Html Css Color HEX #7D3069 Dark Purple

📋 copy color: '#7D3069'

red 125 ◦ green 48 ◦ blue 105

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

Shades of Dark Purple #7D3069

Tints of Dark Purple #7D3069

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.27%

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

R = 44.96%
G = 17.27%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7D3069 (or 0x7D3069) is known color: Dark Purple. HEX triplet: 7D, 30 and 69. RGB value is (125,48,105). Sum of RGB (Red+Green+Blue) = 125+48+105=278 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.96% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3069 is #82CF96. Grayscale: #4D4D4D. Windows color (decimal): -8572823 or 6893693. OLE color: 6893693.

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

Color convert

RGB 125 48 105 -
CMYK 0 0.62 0.16 0.51
HSL 315.58º 0.45% 0.34% -
HSV(B) 315.58º 0.62% 0.49% -
XYZ 12.06 7.49 14.18 -
YUV 77.52 143.51 161.87 -
System Red Green Blue C M Y K H S L
Decimal 125 48 105 0 0.62 0.16 0.51 315.58 0.45 0.34
Hex 7D 30 69 0 3E 10 33 13C 2D 22
Octal 175 60 151 0 76 20 63 474 55 42
Binary 1111101 110000 1101001 0 111110 10000 110011 100111100 101101 100010

Color Harmonies of #7D3069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3069

Black with #7D3069

Text Example


Text Example

White with #7D3069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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