Html Css Color HEX #7D366F Dark Purple

📋 copy color: '#7D366F'

red 125 ◦ green 54 ◦ blue 111

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

Shades of Dark Purple #7D366F

Tints of Dark Purple #7D366F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.62%

 BLUE value IS 111 (43.75% from 255) = 38.28%

R = 43.1%
G = 18.62%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7D366F (or 0x7D366F) is known color: Dark Purple. HEX triplet: 7D, 36 and 6F. RGB value is (125,54,111). Sum of RGB (Red+Green+Blue) = 125+54+111=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 125 - color contains mainly: red. Hex color #7D366F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D366F is #82C990. Grayscale: #515151. Windows color (decimal): -8571281 or 7288445. OLE color: 7288445.

HSL color Cylindrical-coordinate representation of color #7D366F: hue angle of 311.83º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D366F is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 54 111 -
CMYK 0 0.57 0.11 0.51
HSL 311.83º 0.4% 0.35% -
HSV(B) 311.83º 0.57% 0.49% -
XYZ 12.65 8.15 15.94 -
YUV 81.73 144.52 158.87 -
System Red Green Blue C M Y K H S L
Decimal 125 54 111 0 0.57 0.11 0.51 311.83 0.4 0.35
Hex 7D 36 6F 0 39 B 33 138 28 23
Octal 175 66 157 0 71 13 63 470 50 43
Binary 1111101 110110 1101111 0 111001 1011 110011 100111000 101000 100011

Color Harmonies of #7D366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D366F

Black with #7D366F

Text Example


Text Example

White with #7D366F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,54,111); }

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

background-color css

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

 a { background-color: rgb(125,54,111); }

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

border-color css

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

 span { border-color: rgb(125,54,111); }

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