Html Css Color HEX #7425AD Purple Heart

📋 copy color: '#7425AD'

red 116 ◦ green 37 ◦ blue 173

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

Shades of Purple Heart #7425AD

Tints of Purple Heart #7425AD

RGB

 RED value IS 116 (45.7% from 255) = 35.58%

 GREEN value IS 37 (14.84% from 255) = 11.35%

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

R = 35.58%
G = 11.35%
B = 53.07%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7425AD (or 0x7425AD) is known color: Purple Heart. HEX triplet: 74, 25 and AD. RGB value is (116,37,173). Sum of RGB (Red+Green+Blue) = 116+37+173=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #7425AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7425AD is #8BDA52. Grayscale: #4B4B4B. Windows color (decimal): -9165395 or 11347316. OLE color: 11347316.

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

Color convert

RGB 116 37 173 -
CMYK 0.33 0.79 0 0.32
HSL 274.85º 0.65% 0.41% -
HSV(B) 274.85º 0.79% 0.68% -
XYZ 15.41 8.05 40.28 -
YUV 76.13 182.67 156.44 -
System Red Green Blue C M Y K H S L
Decimal 116 37 173 0.33 0.79 0 0.32 274.85 0.65 0.41
Hex 74 25 AD 21 4F 0 20 113 41 29
Octal 164 45 255 41 117 0 40 423 101 51
Binary 1110100 100101 10101101 100001 1001111 0 100000 100010011 1000001 101001

Color Harmonies of #7425AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7425AD

Black with #7425AD

Text Example


Text Example

White with #7425AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,37,173); }

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

background-color css

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

 a { background-color: rgb(116,37,173); }

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

border-color css

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

 span { border-color: rgb(116,37,173); }

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