Html Css Color HEX #7329AE Purple Heart

📋 copy color: '#7329AE'

red 115 ◦ green 41 ◦ blue 174

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

Shades of Purple Heart #7329AE

Tints of Purple Heart #7329AE

RGB

 RED value IS 115 (45.31% from 255) = 34.85%

 GREEN value IS 41 (16.41% from 255) = 12.42%

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

R = 34.85%
G = 12.42%
B = 52.73%

CMYK

 C value IS 0.34

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7329AE (or 0x7329AE) is known color: Purple Heart. HEX triplet: 73, 29 and AE. RGB value is (115,41,174). Sum of RGB (Red+Green+Blue) = 115+41+174=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #7329AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7329AE is #8CD651. Grayscale: #4D4D4D. Windows color (decimal): -9229906 or 11413875. OLE color: 11413875.

HSL color Cylindrical-coordinate representation of color #7329AE: hue angle of 273.38º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7329AE is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 41 174 -
CMYK 0.34 0.76 0 0.32
HSL 273.38º 0.62% 0.42% -
HSV(B) 273.38º 0.76% 0.68% -
XYZ 15.5 8.29 40.83 -
YUV 78.29 182.02 154.19 -
System Red Green Blue C M Y K H S L
Decimal 115 41 174 0.34 0.76 0 0.32 273.38 0.62 0.42
Hex 73 29 AE 22 4C 0 20 111 3E 2A
Octal 163 51 256 42 114 0 40 421 76 52
Binary 1110011 101001 10101110 100010 1001100 0 100000 100010001 111110 101010

Color Harmonies of #7329AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7329AE

Black with #7329AE

Text Example


Text Example

White with #7329AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7329AE; }

 p { color: rgb(115,41,174); }

 H1.HeaderClassName
 {
   color: #7329AE;
 }
 .AnyTagClassName
 {
   color: #7329AE;
 }
</style>

background-color css

<style>
 a { background-color: #7329AE; }

 a { background-color: rgb(115,41,174); }

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

border-color css

<style>
 span { border-color: #7329AE; }

 span { border-color: rgb(115,41,174); }

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