Html Css Color HEX #7C236C Dark Purple

📋 copy color: '#7C236C'

red 124 ◦ green 35 ◦ blue 108

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

Shades of Dark Purple #7C236C

Tints of Dark Purple #7C236C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.45%

R = 46.44%
G = 13.11%
B = 40.45%

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

#7C236C (or 0x7C236C) is known color: Dark Purple. HEX triplet: 7C, 23 and 6C. RGB value is (124,35,108). Sum of RGB (Red+Green+Blue) = 124+35+108=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 124 - color contains mainly: red. Hex color #7C236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C236C is #83DC93. Grayscale: #454545. Windows color (decimal): -8641684 or 7086972. OLE color: 7086972.

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

Color convert

RGB 124 35 108 -
CMYK 0 0.72 0.13 0.51
HSL 310.79º 0.56% 0.31% -
HSV(B) 310.79º 0.72% 0.49% -
XYZ 11.62 6.57 14.84 -
YUV 69.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 124 35 108 0 0.72 0.13 0.51 310.79 0.56 0.31
Hex 7C 23 6C 0 48 D 33 137 38 1F
Octal 174 43 154 0 110 15 63 467 70 37
Binary 1111100 100011 1101100 0 1001000 1101 110011 100110111 111000 11111

Color Harmonies of #7C236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C236C

Black with #7C236C

Text Example


Text Example

White with #7C236C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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