Html Css Color HEX #7C146F Dark Purple

📋 copy color: '#7C146F'

red 124 ◦ green 20 ◦ blue 111

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

Shades of Dark Purple #7C146F

Tints of Dark Purple #7C146F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.84%

 BLUE value IS 111 (43.75% from 255) = 43.53%

R = 48.63%
G = 7.84%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7C146F (or 0x7C146F) is known color: Dark Purple. HEX triplet: 7C, 14 and 6F. RGB value is (124,20,111). Sum of RGB (Red+Green+Blue) = 124+20+111=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 124 - color contains mainly: red. Hex color #7C146F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C146F is #83EB90. Grayscale: #3D3D3D. Windows color (decimal): -8645521 or 7279740. OLE color: 7279740.

HSL color Cylindrical-coordinate representation of color #7C146F: hue angle of 307.5º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C146F is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 20 111 -
CMYK 0 0.84 0.10 0.51
HSL 307.5º 0.72% 0.28% -
HSV(B) 307.5º 0.84% 0.49% -
XYZ 11.43 5.93 15.58 -
YUV 61.47 155.96 172.6 -
System Red Green Blue C M Y K H S L
Decimal 124 20 111 0 0.84 0.10 0.51 307.5 0.72 0.28
Hex 7C 14 6F 0 54 A 33 134 48 1C
Octal 174 24 157 0 124 12 63 464 110 34
Binary 1111100 10100 1101111 0 1010100 1010 110011 100110100 1001000 11100

Color Harmonies of #7C146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C146F

Black with #7C146F

Text Example


Text Example

White with #7C146F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,20,111); }

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

background-color css

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

 a { background-color: rgb(124,20,111); }

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

border-color css

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

 span { border-color: rgb(124,20,111); }

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