Html Css Color HEX #4925AD Purple Heart

📋 copy color: '#4925AD'

red 73 ◦ green 37 ◦ blue 173

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

Shades of Purple Heart #4925AD

Tints of Purple Heart #4925AD

RGB

 RED value IS 73 (28.91% from 255) = 25.8%

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

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

R = 25.8%
G = 13.07%
B = 61.13%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4925AD (or 0x4925AD) is known color: Purple Heart. HEX triplet: 49, 25 and AD. RGB value is (73,37,173). Sum of RGB (Red+Green+Blue) = 73+37+173=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #4925AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4925AD is #B6DA52. Grayscale: #3E3E3E. Windows color (decimal): -11983443 or 11347273. OLE color: 11347273.

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

Color convert

RGB 73 37 173 -
CMYK 0.58 0.79 0 0.32
HSL 255.88º 0.65% 0.41% -
HSV(B) 255.88º 0.79% 0.68% -
XYZ 10.95 5.76 40.07 -
YUV 63.27 189.93 134.94 -
System Red Green Blue C M Y K H S L
Decimal 73 37 173 0.58 0.79 0 0.32 255.88 0.65 0.41
Hex 49 25 AD 3A 4F 0 20 100 41 29
Octal 111 45 255 72 117 0 40 400 101 51
Binary 1001001 100101 10101101 111010 1001111 0 100000 100000000 1000001 101001

Color Harmonies of #4925AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4925AD

Black with #4925AD

Text Example


Text Example

White with #4925AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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