Html Css Color HEX #7C2CAA Royal Purple

📋 copy color: '#7C2CAA'

red 124 ◦ green 44 ◦ blue 170

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

Shades of Royal Purple #7C2CAA

Tints of Royal Purple #7C2CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.3%

R = 36.69%
G = 13.02%
B = 50.3%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C2CAA (or 0x7C2CAA) is known color: Royal Purple. HEX triplet: 7C, 2C and AA. RGB value is (124,44,170). Sum of RGB (Red+Green+Blue) = 124+44+170=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C2CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2CAA is #83D355. Grayscale: #515151. Windows color (decimal): -8639318 or 11152508. OLE color: 11152508.

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

Color convert

RGB 124 44 170 -
CMYK 0.27 0.74 0 0.33
HSL 278.1º 0.59% 0.42% -
HSV(B) 278.1º 0.74% 0.67% -
XYZ 16.47 8.99 38.9 -
YUV 82.28 177.5 157.75 -
System Red Green Blue C M Y K H S L
Decimal 124 44 170 0.27 0.74 0 0.33 278.1 0.59 0.42
Hex 7C 2C AA 1B 4A 0 21 116 3B 2A
Octal 174 54 252 33 112 0 41 426 73 52
Binary 1111100 101100 10101010 11011 1001010 0 100001 100010110 111011 101010

Color Harmonies of #7C2CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2CAA

Black with #7C2CAA

Text Example


Text Example

White with #7C2CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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