Html Css Color HEX #7D247C Dark Purple

📋 copy color: '#7D247C'

red 125 ◦ green 36 ◦ blue 124

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

Shades of Dark Purple #7D247C

Tints of Dark Purple #7D247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.63%

 BLUE value IS 124 (48.83% from 255) = 43.51%

R = 43.86%
G = 12.63%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#7D247C (or 0x7D247C) is known color: Dark Purple. HEX triplet: 7D, 24 and 7C. RGB value is (125,36,124). Sum of RGB (Red+Green+Blue) = 125+36+124=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 125 - color contains mainly: red. Hex color #7D247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D247C is #82DB83. Grayscale: #484848. Windows color (decimal): -8575876 or 8135805. OLE color: 8135805.

HSL color Cylindrical-coordinate representation of color #7D247C: hue angle of 300.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D247C is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 36 124 -
CMYK 0 0.71 0.01 0.51
HSL 300.67º 0.55% 0.32% -
HSV(B) 300.67º 0.71% 0.49% -
XYZ 12.73 7.08 19.76 -
YUV 72.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 125 36 124 0 0.71 0.01 0.51 300.67 0.55 0.32
Hex 7D 24 7C 0 47 1 33 12D 37 20
Octal 175 44 174 0 107 1 63 455 67 40
Binary 1111101 100100 1111100 0 1000111 1 110011 100101101 110111 100000

Color Harmonies of #7D247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D247C

Black with #7D247C

Text Example


Text Example

White with #7D247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,36,124); }

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

background-color css

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

 a { background-color: rgb(125,36,124); }

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

border-color css

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

 span { border-color: rgb(125,36,124); }

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