Html Css Color HEX #7C26AD Royal Purple

📋 copy color: '#7C26AD'

red 124 ◦ green 38 ◦ blue 173

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

Shades of Royal Purple #7C26AD

Tints of Royal Purple #7C26AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.64%

R = 37.01%
G = 11.34%
B = 51.64%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C26AD (or 0x7C26AD) is known color: Royal Purple. HEX triplet: 7C, 26 and AD. RGB value is (124,38,173). Sum of RGB (Red+Green+Blue) = 124+38+173=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C26AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C26AD is #83D952. Grayscale: #4E4E4E. Windows color (decimal): -8640851 or 11347580. OLE color: 11347580.

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

Color convert

RGB 124 38 173 -
CMYK 0.28 0.78 0 0.32
HSL 278.22º 0.64% 0.41% -
HSV(B) 278.22º 0.78% 0.68% -
XYZ 16.55 8.69 40.34 -
YUV 79.1 180.99 160.02 -
System Red Green Blue C M Y K H S L
Decimal 124 38 173 0.28 0.78 0 0.32 278.22 0.64 0.41
Hex 7C 26 AD 1C 4E 0 20 116 40 29
Octal 174 46 255 34 116 0 40 426 100 51
Binary 1111100 100110 10101101 11100 1001110 0 100000 100010110 1000000 101001

Color Harmonies of #7C26AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C26AD

Black with #7C26AD

Text Example


Text Example

White with #7C26AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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