Html Css Color HEX #4725AD Purple Heart

📋 copy color: '#4725AD'

red 71 ◦ green 37 ◦ blue 173

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

Shades of Purple Heart #4725AD

Tints of Purple Heart #4725AD

RGB

 RED value IS 71 (28.13% from 255) = 25.27%

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

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

R = 25.27%
G = 13.17%
B = 61.57%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4725AD (or 0x4725AD) is known color: Purple Heart. HEX triplet: 47, 25 and AD. RGB value is (71,37,173). Sum of RGB (Red+Green+Blue) = 71+37+173=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #4725AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4725AD is #B8DA52. Grayscale: #3E3E3E. Windows color (decimal): -12114515 or 11347271. OLE color: 11347271.

HSL color Cylindrical-coordinate representation of color #4725AD: hue angle of 255º 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 #4725AD is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 37 173 -
CMYK 0.59 0.79 0 0.32
HSL 255º 0.65% 0.41% -
HSV(B) 255º 0.79% 0.68% -
XYZ 10.8 5.68 40.06 -
YUV 62.67 190.26 133.94 -
System Red Green Blue C M Y K H S L
Decimal 71 37 173 0.59 0.79 0 0.32 255 0.65 0.41
Hex 47 25 AD 3B 4F 0 20 FF 41 29
Octal 107 45 255 73 117 0 40 377 101 51
Binary 1000111 100101 10101101 111011 1001111 0 100000 11111111 1000001 101001

Color Harmonies of #4725AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4725AD

Black with #4725AD

Text Example


Text Example

White with #4725AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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