Html Css Color HEX #7C306C Dark Purple

📋 copy color: '#7C306C'

red 124 ◦ green 48 ◦ blue 108

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

Shades of Dark Purple #7C306C

Tints of Dark Purple #7C306C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.14%

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

R = 44.29%
G = 17.14%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7C306C (or 0x7C306C) is known color: Dark Purple. HEX triplet: 7C, 30 and 6C. RGB value is (124,48,108). Sum of RGB (Red+Green+Blue) = 124+48+108=280 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.29% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 124 - color contains mainly: red. Hex color #7C306C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C306C is #83CF93. Grayscale: #4D4D4D. Windows color (decimal): -8638356 or 7090300. OLE color: 7090300.

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

Color convert

RGB 124 48 108 -
CMYK 0 0.61 0.13 0.51
HSL 312.63º 0.44% 0.34% -
HSV(B) 312.63º 0.61% 0.49% -
XYZ 12.08 7.48 15 -
YUV 77.56 145.18 161.12 -
System Red Green Blue C M Y K H S L
Decimal 124 48 108 0 0.61 0.13 0.51 312.63 0.44 0.34
Hex 7C 30 6C 0 3D D 33 139 2C 22
Octal 174 60 154 0 75 15 63 471 54 42
Binary 1111100 110000 1101100 0 111101 1101 110011 100111001 101100 100010

Color Harmonies of #7C306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C306C

Black with #7C306C

Text Example


Text Example

White with #7C306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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