Html Css Color HEX #7C2BAB Royal Purple

📋 copy color: '#7C2BAB'

red 124 ◦ green 43 ◦ blue 171

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

Shades of Royal Purple #7C2BAB

Tints of Royal Purple #7C2BAB

RGB

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

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

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

R = 36.69%
G = 12.72%
B = 50.59%

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

#7C2BAB (or 0x7C2BAB) is known color: Royal Purple. HEX triplet: 7C, 2B and AB. RGB value is (124,43,171). Sum of RGB (Red+Green+Blue) = 124+43+171=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C2BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2BAB is #83D454. Grayscale: #515151. Windows color (decimal): -8639573 or 11217788. OLE color: 11217788.

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

Color convert

RGB 124 43 171 -
CMYK 0.27 0.75 0 0.33
HSL 277.97º 0.6% 0.42% -
HSV(B) 277.97º 0.75% 0.67% -
XYZ 16.53 8.95 39.39 -
YUV 81.81 178.34 158.09 -
System Red Green Blue C M Y K H S L
Decimal 124 43 171 0.27 0.75 0 0.33 277.97 0.6 0.42
Hex 7C 2B AB 1B 4B 0 21 116 3C 2A
Octal 174 53 253 33 113 0 41 426 74 52
Binary 1111100 101011 10101011 11011 1001011 0 100001 100010110 111100 101010

Color Harmonies of #7C2BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2BAB

Black with #7C2BAB

Text Example


Text Example

White with #7C2BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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