Html Css Color HEX #7C2BAC Royal Purple

📋 copy color: '#7C2BAC'

red 124 ◦ green 43 ◦ blue 172

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

Shades of Royal Purple #7C2BAC

Tints of Royal Purple #7C2BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.68%

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

R = 36.58%
G = 12.68%
B = 50.74%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C2BAC (or 0x7C2BAC) is known color: Royal Purple. HEX triplet: 7C, 2B and AC. RGB value is (124,43,172). Sum of RGB (Red+Green+Blue) = 124+43+172=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C2BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2BAC is #83D453. Grayscale: #515151. Windows color (decimal): -8639572 or 11283324. OLE color: 11283324.

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

Color convert

RGB 124 43 172 -
CMYK 0.28 0.75 0 0.33
HSL 277.67º 0.6% 0.42% -
HSV(B) 277.67º 0.75% 0.67% -
XYZ 16.62 8.99 39.89 -
YUV 81.93 178.84 158.01 -
System Red Green Blue C M Y K H S L
Decimal 124 43 172 0.28 0.75 0 0.33 277.67 0.6 0.42
Hex 7C 2B AC 1C 4B 0 21 116 3C 2A
Octal 174 53 254 34 113 0 41 426 74 52
Binary 1111100 101011 10101100 11100 1001011 0 100001 100010110 111100 101010

Color Harmonies of #7C2BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2BAC

Black with #7C2BAC

Text Example


Text Example

White with #7C2BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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