Html Css Color HEX #7C34AE Royal Purple

📋 copy color: '#7C34AE'

red 124 ◦ green 52 ◦ blue 174

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

Shades of Royal Purple #7C34AE

Tints of Royal Purple #7C34AE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.86%

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

R = 35.43%
G = 14.86%
B = 49.71%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C34AE (or 0x7C34AE) is known color: Royal Purple. HEX triplet: 7C, 34 and AE. RGB value is (124,52,174). Sum of RGB (Red+Green+Blue) = 124+52+174=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C34AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C34AE is #83CB51. Grayscale: #575757. Windows color (decimal): -8637266 or 11416700. OLE color: 11416700.

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

Color convert

RGB 124 52 174 -
CMYK 0.29 0.70 0 0.32
HSL 275.41º 0.54% 0.44% -
HSV(B) 275.41º 0.7% 0.68% -
XYZ 17.18 9.8 41.03 -
YUV 87.44 176.85 154.08 -
System Red Green Blue C M Y K H S L
Decimal 124 52 174 0.29 0.70 0 0.32 275.41 0.54 0.44
Hex 7C 34 AE 1D 46 0 20 113 36 2C
Octal 174 64 256 35 106 0 40 423 66 54
Binary 1111100 110100 10101110 11101 1000110 0 100000 100010011 110110 101100

Color Harmonies of #7C34AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C34AE

Black with #7C34AE

Text Example


Text Example

White with #7C34AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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