Html Css Color HEX #7C1284 Purple

📋 copy color: '#7C1284'

red 124 ◦ green 18 ◦ blue 132

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

Shades of Purple #7C1284

Tints of Purple #7C1284

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.57%

 BLUE value IS 132 (51.95% from 255) = 48.18%

R = 45.26%
G = 6.57%
B = 48.18%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7C1284 (or 0x7C1284) is known color: Purple. HEX triplet: 7C, 12 and 84. RGB value is (124,18,132). Sum of RGB (Red+Green+Blue) = 124+18+132=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #7C1284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1284 is #83ED7B. Grayscale: #3E3E3E. Windows color (decimal): -8646012 or 8655484. OLE color: 8655484.

HSL color Cylindrical-coordinate representation of color #7C1284: hue angle of 295.79º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C1284 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 124 18 132 -
CMYK 0.06 0.86 0 0.48
HSL 295.79º 0.76% 0.29% -
HSV(B) 295.79º 0.86% 0.52% -
XYZ 12.69 6.38 22.39 -
YUV 62.69 167.12 171.73 -
System Red Green Blue C M Y K H S L
Decimal 124 18 132 0.06 0.86 0 0.48 295.79 0.76 0.29
Hex 7C 12 84 6 56 0 30 128 4C 1D
Octal 174 22 204 6 126 0 60 450 114 35
Binary 1111100 10010 10000100 110 1010110 0 110000 100101000 1001100 11101

Color Harmonies of #7C1284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1284

Black with #7C1284

Text Example


Text Example

White with #7C1284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,18,132); }

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

background-color css

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

 a { background-color: rgb(124,18,132); }

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

border-color css

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

 span { border-color: rgb(124,18,132); }

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