Html Css Color HEX #7C3AAC Royal Purple

📋 copy color: '#7C3AAC'

red 124 ◦ green 58 ◦ blue 172

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

Shades of Royal Purple #7C3AAC

Tints of Royal Purple #7C3AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.38%

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

R = 35.03%
G = 16.38%
B = 48.59%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C3AAC (or 0x7C3AAC) is known color: Royal Purple. HEX triplet: 7C, 3A and AC. RGB value is (124,58,172). Sum of RGB (Red+Green+Blue) = 124+58+172=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C3AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3AAC is #83C553. Grayscale: #5A5A5A. Windows color (decimal): -8635732 or 11287164. OLE color: 11287164.

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

Color convert

RGB 124 58 172 -
CMYK 0.28 0.66 0 0.33
HSL 274.74º 0.5% 0.45% -
HSV(B) 274.74º 0.66% 0.67% -
XYZ 17.27 10.29 40.11 -
YUV 90.73 173.87 151.73 -
System Red Green Blue C M Y K H S L
Decimal 124 58 172 0.28 0.66 0 0.33 274.74 0.5 0.45
Hex 7C 3A AC 1C 42 0 21 113 32 2D
Octal 174 72 254 34 102 0 41 423 62 55
Binary 1111100 111010 10101100 11100 1000010 0 100001 100010011 110010 101101

Color Harmonies of #7C3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3AAC

Black with #7C3AAC

Text Example


Text Example

White with #7C3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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