Html Css Color HEX #7C26AE Royal Purple

📋 copy color: '#7C26AE'

red 124 ◦ green 38 ◦ blue 174

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

Shades of Royal Purple #7C26AE

Tints of Royal Purple #7C26AE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.31%

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

R = 36.9%
G = 11.31%
B = 51.79%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C26AE (or 0x7C26AE) is known color: Royal Purple. HEX triplet: 7C, 26 and AE. RGB value is (124,38,174). Sum of RGB (Red+Green+Blue) = 124+38+174=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C26AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C26AE is #83D951. Grayscale: #4E4E4E. Windows color (decimal): -8640850 or 11413116. OLE color: 11413116.

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

Color convert

RGB 124 38 174 -
CMYK 0.29 0.78 0 0.32
HSL 277.94º 0.64% 0.42% -
HSV(B) 277.94º 0.78% 0.68% -
XYZ 16.65 8.73 40.85 -
YUV 79.22 181.49 159.94 -
System Red Green Blue C M Y K H S L
Decimal 124 38 174 0.29 0.78 0 0.32 277.94 0.64 0.42
Hex 7C 26 AE 1D 4E 0 20 116 40 2A
Octal 174 46 256 35 116 0 40 426 100 52
Binary 1111100 100110 10101110 11101 1001110 0 100000 100010110 1000000 101010

Color Harmonies of #7C26AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C26AE

Black with #7C26AE

Text Example


Text Example

White with #7C26AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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