Html Css Color HEX #7326AE Purple Heart

📋 copy color: '#7326AE'

red 115 ◦ green 38 ◦ blue 174

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

Shades of Purple Heart #7326AE

Tints of Purple Heart #7326AE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.62%

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

R = 35.17%
G = 11.62%
B = 53.21%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7326AE (or 0x7326AE) is known color: Purple Heart. HEX triplet: 73, 26 and AE. RGB value is (115,38,174). Sum of RGB (Red+Green+Blue) = 115+38+174=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #7326AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7326AE is #8CD951. Grayscale: #4C4C4C. Windows color (decimal): -9230674 or 11413107. OLE color: 11413107.

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

Color convert

RGB 115 38 174 -
CMYK 0.34 0.78 0 0.32
HSL 273.97º 0.64% 0.42% -
HSV(B) 273.97º 0.78% 0.68% -
XYZ 15.4 8.09 40.79 -
YUV 76.53 183.01 155.44 -
System Red Green Blue C M Y K H S L
Decimal 115 38 174 0.34 0.78 0 0.32 273.97 0.64 0.42
Hex 73 26 AE 22 4E 0 20 112 40 2A
Octal 163 46 256 42 116 0 40 422 100 52
Binary 1110011 100110 10101110 100010 1001110 0 100000 100010010 1000000 101010

Color Harmonies of #7326AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7326AE

Black with #7326AE

Text Example


Text Example

White with #7326AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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