Html Css Color HEX #7D236B Dark Purple

📋 copy color: '#7D236B'

red 125 ◦ green 35 ◦ blue 107

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

Shades of Dark Purple #7D236B

Tints of Dark Purple #7D236B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.07%

R = 46.82%
G = 13.11%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7D236B (or 0x7D236B) is known color: Dark Purple. HEX triplet: 7D, 23 and 6B. RGB value is (125,35,107). Sum of RGB (Red+Green+Blue) = 125+35+107=267 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.82% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 125 - color contains mainly: red. Hex color #7D236B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D236B is #82DC94. Grayscale: #454545. Windows color (decimal): -8576149 or 7021437. OLE color: 7021437.

HSL color Cylindrical-coordinate representation of color #7D236B: hue angle of 312º 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 #7D236B is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 35 107 -
CMYK 0 0.72 0.14 0.51
HSL 312º 0.56% 0.31% -
HSV(B) 312º 0.72% 0.49% -
XYZ 11.71 6.62 14.57 -
YUV 70.12 148.82 167.15 -
System Red Green Blue C M Y K H S L
Decimal 125 35 107 0 0.72 0.14 0.51 312 0.56 0.31
Hex 7D 23 6B 0 48 E 33 138 38 1F
Octal 175 43 153 0 110 16 63 470 70 37
Binary 1111101 100011 1101011 0 1001000 1110 110011 100111000 111000 11111

Color Harmonies of #7D236B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D236B

Black with #7D236B

Text Example


Text Example

White with #7D236B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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