Html Css Color HEX #7523AE Purple Heart

📋 copy color: '#7523AE'

red 117 ◦ green 35 ◦ blue 174

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

Shades of Purple Heart #7523AE

Tints of Purple Heart #7523AE

RGB

 RED value IS 117 (46.09% from 255) = 35.89%

 GREEN value IS 35 (14.06% from 255) = 10.74%

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

R = 35.89%
G = 10.74%
B = 53.37%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7523AE (or 0x7523AE) is known color: Purple Heart. HEX triplet: 75, 23 and AE. RGB value is (117,35,174). Sum of RGB (Red+Green+Blue) = 117+35+174=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #7523AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7523AE is #8ADC51. Grayscale: #4A4A4A. Windows color (decimal): -9100370 or 11412341. OLE color: 11412341.

HSL color Cylindrical-coordinate representation of color #7523AE: hue angle of 275.4º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7523AE is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 35 174 -
CMYK 0.33 0.80 0 0.32
HSL 275.4º 0.67% 0.41% -
HSV(B) 275.4º 0.8% 0.68% -
XYZ 15.58 8.04 40.78 -
YUV 75.36 183.67 157.7 -
System Red Green Blue C M Y K H S L
Decimal 117 35 174 0.33 0.80 0 0.32 275.4 0.67 0.41
Hex 75 23 AE 21 50 0 20 113 43 29
Octal 165 43 256 41 120 0 40 423 103 51
Binary 1110101 100011 10101110 100001 1010000 0 100000 100010011 1000011 101001

Color Harmonies of #7523AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7523AE

Black with #7523AE

Text Example


Text Example

White with #7523AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,35,174); }

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

background-color css

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

 a { background-color: rgb(117,35,174); }

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

border-color css

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

 span { border-color: rgb(117,35,174); }

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