Html Css Color HEX #7D236D Dark Purple

📋 copy color: '#7D236D'

red 125 ◦ green 35 ◦ blue 109

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

Shades of Dark Purple #7D236D

Tints of Dark Purple #7D236D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.01%

 BLUE value IS 109 (42.97% from 255) = 40.52%

R = 46.47%
G = 13.01%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7D236D (or 0x7D236D) is known color: Dark Purple. HEX triplet: 7D, 23 and 6D. RGB value is (125,35,109). Sum of RGB (Red+Green+Blue) = 125+35+109=269 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.47% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 125 - color contains mainly: red. Hex color #7D236D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D236D is #82DC92. Grayscale: #464646. Windows color (decimal): -8576147 or 7152509. OLE color: 7152509.

HSL color Cylindrical-coordinate representation of color #7D236D: hue angle of 310.67º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D236D is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 35 109 -
CMYK 0 0.72 0.13 0.51
HSL 310.67º 0.56% 0.31% -
HSV(B) 310.67º 0.72% 0.49% -
XYZ 11.82 6.67 15.13 -
YUV 70.35 149.82 166.98 -
System Red Green Blue C M Y K H S L
Decimal 125 35 109 0 0.72 0.13 0.51 310.67 0.56 0.31
Hex 7D 23 6D 0 48 D 33 137 38 1F
Octal 175 43 155 0 110 15 63 467 70 37
Binary 1111101 100011 1101101 0 1001000 1101 110011 100110111 111000 11111

Color Harmonies of #7D236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D236D

Black with #7D236D

Text Example


Text Example

White with #7D236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,35,109); }

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

background-color css

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

 a { background-color: rgb(125,35,109); }

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

border-color css

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

 span { border-color: rgb(125,35,109); }

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