Html Css Color HEX #7524AC Purple Heart

📋 copy color: '#7524AC'

red 117 ◦ green 36 ◦ blue 172

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

Shades of Purple Heart #7524AC

Tints of Purple Heart #7524AC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.08%

 BLUE value IS 172 (67.58% from 255) = 52.92%

R = 36%
G = 11.08%
B = 52.92%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7524AC (or 0x7524AC) is known color: Purple Heart. HEX triplet: 75, 24 and AC. RGB value is (117,36,172). Sum of RGB (Red+Green+Blue) = 117+36+172=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #7524AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7524AC is #8ADB53. Grayscale: #4B4B4B. Windows color (decimal): -9100116 or 11281525. OLE color: 11281525.

HSL color Cylindrical-coordinate representation of color #7524AC: hue angle of 275.74º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7524AC is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 36 172 -
CMYK 0.32 0.79 0 0.33
HSL 275.74º 0.65% 0.41% -
HSV(B) 275.74º 0.79% 0.67% -
XYZ 15.41 8.02 39.77 -
YUV 75.72 182.34 157.44 -
System Red Green Blue C M Y K H S L
Decimal 117 36 172 0.32 0.79 0 0.33 275.74 0.65 0.41
Hex 75 24 AC 20 4F 0 21 114 41 29
Octal 165 44 254 40 117 0 41 424 101 51
Binary 1110101 100100 10101100 100000 1001111 0 100001 100010100 1000001 101001

Color Harmonies of #7524AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7524AC

Black with #7524AC

Text Example


Text Example

White with #7524AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7524AC; }

 p { color: rgb(117,36,172); }

 H1.HeaderClassName
 {
   color: #7524AC;
 }
 .AnyTagClassName
 {
   color: #7524AC;
 }
</style>

background-color css

<style>
 a { background-color: #7524AC; }

 a { background-color: rgb(117,36,172); }

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

border-color css

<style>
 span { border-color: #7524AC; }

 span { border-color: rgb(117,36,172); }

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