Html Css Color HEX #7526AD Purple Heart

📋 copy color: '#7526AD'

red 117 ◦ green 38 ◦ blue 173

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

Shades of Purple Heart #7526AD

Tints of Purple Heart #7526AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.74%

R = 35.67%
G = 11.59%
B = 52.74%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7526AD (or 0x7526AD) is known color: Purple Heart. HEX triplet: 75, 26 and AD. RGB value is (117,38,173). Sum of RGB (Red+Green+Blue) = 117+38+173=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #7526AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7526AD is #8AD952. Grayscale: #4C4C4C. Windows color (decimal): -9099603 or 11347573. OLE color: 11347573.

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

Color convert

RGB 117 38 173 -
CMYK 0.32 0.78 0 0.32
HSL 275.11º 0.64% 0.41% -
HSV(B) 275.11º 0.78% 0.68% -
XYZ 15.57 8.19 40.29 -
YUV 77.01 182.17 156.52 -
System Red Green Blue C M Y K H S L
Decimal 117 38 173 0.32 0.78 0 0.32 275.11 0.64 0.41
Hex 75 26 AD 20 4E 0 20 113 40 29
Octal 165 46 255 40 116 0 40 423 100 51
Binary 1110101 100110 10101101 100000 1001110 0 100000 100010011 1000000 101001

Color Harmonies of #7526AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7526AD

Black with #7526AD

Text Example


Text Example

White with #7526AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7526AD; }

 p { color: rgb(117,38,173); }

 H1.HeaderClassName
 {
   color: #7526AD;
 }
 .AnyTagClassName
 {
   color: #7526AD;
 }
</style>

background-color css

<style>
 a { background-color: #7526AD; }

 a { background-color: rgb(117,38,173); }

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

border-color css

<style>
 span { border-color: #7526AD; }

 span { border-color: rgb(117,38,173); }

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