Html Css Color HEX #7C28AE Royal Purple

📋 copy color: '#7C28AE'

red 124 ◦ green 40 ◦ blue 174

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

Shades of Royal Purple #7C28AE

Tints of Royal Purple #7C28AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.48%

R = 36.69%
G = 11.83%
B = 51.48%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C28AE (or 0x7C28AE) is known color: Royal Purple. HEX triplet: 7C, 28 and AE. RGB value is (124,40,174). Sum of RGB (Red+Green+Blue) = 124+40+174=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C28AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C28AE is #83D751. Grayscale: #4F4F4F. Windows color (decimal): -8640338 or 11413628. OLE color: 11413628.

HSL color Cylindrical-coordinate representation of color #7C28AE: hue angle of 277.61º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C28AE is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 124 40 174 -
CMYK 0.29 0.77 0 0.32
HSL 277.61º 0.63% 0.42% -
HSV(B) 277.61º 0.77% 0.68% -
XYZ 16.71 8.86 40.87 -
YUV 80.39 180.83 159.1 -
System Red Green Blue C M Y K H S L
Decimal 124 40 174 0.29 0.77 0 0.32 277.61 0.63 0.42
Hex 7C 28 AE 1D 4D 0 20 116 3F 2A
Octal 174 50 256 35 115 0 40 426 77 52
Binary 1111100 101000 10101110 11101 1001101 0 100000 100010110 111111 101010

Color Harmonies of #7C28AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C28AE

Black with #7C28AE

Text Example


Text Example

White with #7C28AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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