Html Css Color HEX #7C32AE Royal Purple

📋 copy color: '#7C32AE'

red 124 ◦ green 50 ◦ blue 174

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

Shades of Royal Purple #7C32AE

Tints of Royal Purple #7C32AE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.37%

 BLUE value IS 174 (68.36% from 255) = 50%

R = 35.63%
G = 14.37%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C32AE (or 0x7C32AE) is known color: Royal Purple. HEX triplet: 7C, 32 and AE. RGB value is (124,50,174). Sum of RGB (Red+Green+Blue) = 124+50+174=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C32AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C32AE is #83CD51. Grayscale: #555555. Windows color (decimal): -8637778 or 11416188. OLE color: 11416188.

HSL color Cylindrical-coordinate representation of color #7C32AE: hue angle of 275.81º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C32AE is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 124 50 174 -
CMYK 0.29 0.71 0 0.32
HSL 275.81º 0.55% 0.44% -
HSV(B) 275.81º 0.71% 0.68% -
XYZ 17.09 9.62 41 -
YUV 86.26 177.52 154.92 -
System Red Green Blue C M Y K H S L
Decimal 124 50 174 0.29 0.71 0 0.32 275.81 0.55 0.44
Hex 7C 32 AE 1D 47 0 20 114 37 2C
Octal 174 62 256 35 107 0 40 424 67 54
Binary 1111100 110010 10101110 11101 1000111 0 100000 100010100 110111 101100

Color Harmonies of #7C32AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C32AE

Black with #7C32AE

Text Example


Text Example

White with #7C32AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,50,174); }

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

background-color css

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

 a { background-color: rgb(124,50,174); }

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

border-color css

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

 span { border-color: rgb(124,50,174); }

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