Html Css Color HEX #7C28AC Royal Purple

📋 copy color: '#7C28AC'

red 124 ◦ green 40 ◦ blue 172

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

Shades of Royal Purple #7C28AC

Tints of Royal Purple #7C28AC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.9%

 BLUE value IS 172 (67.58% from 255) = 51.19%

R = 36.9%
G = 11.9%
B = 51.19%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C28AC (or 0x7C28AC) is known color: Royal Purple. HEX triplet: 7C, 28 and AC. RGB value is (124,40,172). Sum of RGB (Red+Green+Blue) = 124+40+172=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C28AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C28AC is #83D753. Grayscale: #4F4F4F. Windows color (decimal): -8640340 or 11282556. OLE color: 11282556.

HSL color Cylindrical-coordinate representation of color #7C28AC: hue angle of 278.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C28AC is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 40 172 -
CMYK 0.28 0.77 0 0.33
HSL 278.18º 0.62% 0.42% -
HSV(B) 278.18º 0.77% 0.67% -
XYZ 16.52 8.78 39.85 -
YUV 80.16 179.83 159.27 -
System Red Green Blue C M Y K H S L
Decimal 124 40 172 0.28 0.77 0 0.33 278.18 0.62 0.42
Hex 7C 28 AC 1C 4D 0 21 116 3E 2A
Octal 174 50 254 34 115 0 41 426 76 52
Binary 1111100 101000 10101100 11100 1001101 0 100001 100010110 111110 101010

Color Harmonies of #7C28AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C28AC

Black with #7C28AC

Text Example


Text Example

White with #7C28AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,40,172); }

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

background-color css

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

 a { background-color: rgb(124,40,172); }

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

border-color css

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

 span { border-color: rgb(124,40,172); }

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