Html Css Color HEX #7C236D Dark Purple

📋 copy color: '#7C236D'

red 124 ◦ green 35 ◦ blue 109

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

Shades of Dark Purple #7C236D

Tints of Dark Purple #7C236D

RGB

 RED value IS 124 (48.83% from 255) = 46.27%

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

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

R = 46.27%
G = 13.06%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7C236D (or 0x7C236D) is known color: Dark Purple. HEX triplet: 7C, 23 and 6D. RGB value is (124,35,109). Sum of RGB (Red+Green+Blue) = 124+35+109=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 124 - color contains mainly: red. Hex color #7C236D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C236D is #83DC92. Grayscale: #454545. Windows color (decimal): -8641683 or 7152508. OLE color: 7152508.

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

Color convert

RGB 124 35 109 -
CMYK 0 0.72 0.12 0.51
HSL 310.11º 0.56% 0.31% -
HSV(B) 310.11º 0.72% 0.49% -
XYZ 11.67 6.59 15.12 -
YUV 70.05 149.99 166.48 -
System Red Green Blue C M Y K H S L
Decimal 124 35 109 0 0.72 0.12 0.51 310.11 0.56 0.31
Hex 7C 23 6D 0 48 C 33 136 38 1F
Octal 174 43 155 0 110 14 63 466 70 37
Binary 1111100 100011 1101101 0 1001000 1100 110011 100110110 111000 11111

Color Harmonies of #7C236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C236D

Black with #7C236D

Text Example


Text Example

White with #7C236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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