Html Css Color HEX #7C2CAC Royal Purple

📋 copy color: '#7C2CAC'

red 124 ◦ green 44 ◦ blue 172

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

Shades of Royal Purple #7C2CAC

Tints of Royal Purple #7C2CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.94%

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

R = 36.47%
G = 12.94%
B = 50.59%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C2CAC (or 0x7C2CAC) is known color: Royal Purple. HEX triplet: 7C, 2C and AC. RGB value is (124,44,172). Sum of RGB (Red+Green+Blue) = 124+44+172=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C2CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2CAC is #83D353. Grayscale: #525252. Windows color (decimal): -8639316 or 11283580. OLE color: 11283580.

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

Color convert

RGB 124 44 172 -
CMYK 0.28 0.74 0 0.33
HSL 277.5º 0.59% 0.42% -
HSV(B) 277.5º 0.74% 0.67% -
XYZ 16.66 9.07 39.9 -
YUV 82.51 178.5 157.59 -
System Red Green Blue C M Y K H S L
Decimal 124 44 172 0.28 0.74 0 0.33 277.5 0.59 0.42
Hex 7C 2C AC 1C 4A 0 21 116 3B 2A
Octal 174 54 254 34 112 0 41 426 73 52
Binary 1111100 101100 10101100 11100 1001010 0 100001 100010110 111011 101010

Color Harmonies of #7C2CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2CAC

Black with #7C2CAC

Text Example


Text Example

White with #7C2CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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