Html Css Color HEX #7C2AAB Royal Purple

📋 copy color: '#7C2AAB'

red 124 ◦ green 42 ◦ blue 171

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

Shades of Royal Purple #7C2AAB

Tints of Royal Purple #7C2AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.46%

 BLUE value IS 171 (67.19% from 255) = 50.74%

R = 36.8%
G = 12.46%
B = 50.74%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C2AAB (or 0x7C2AAB) is known color: Royal Purple. HEX triplet: 7C, 2A and AB. RGB value is (124,42,171). Sum of RGB (Red+Green+Blue) = 124+42+171=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C2AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2AAB is #83D554. Grayscale: #505050. Windows color (decimal): -8639829 or 11217532. OLE color: 11217532.

HSL color Cylindrical-coordinate representation of color #7C2AAB: hue angle of 278.14º degrees, saturation: 0.61, 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 #7C2AAB is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 42 171 -
CMYK 0.27 0.75 0 0.33
HSL 278.14º 0.61% 0.42% -
HSV(B) 278.14º 0.75% 0.67% -
XYZ 16.49 8.88 39.37 -
YUV 81.22 178.67 158.51 -
System Red Green Blue C M Y K H S L
Decimal 124 42 171 0.27 0.75 0 0.33 278.14 0.61 0.42
Hex 7C 2A AB 1B 4B 0 21 116 3D 2A
Octal 174 52 253 33 113 0 41 426 75 52
Binary 1111100 101010 10101011 11011 1001011 0 100001 100010110 111101 101010

Color Harmonies of #7C2AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2AAB

Black with #7C2AAB

Text Example


Text Example

White with #7C2AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,42,171); }

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

background-color css

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

 a { background-color: rgb(124,42,171); }

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

border-color css

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

 span { border-color: rgb(124,42,171); }

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