Html Css Color HEX #4825AD Purple Heart

📋 copy color: '#4825AD'

red 72 ◦ green 37 ◦ blue 173

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

Shades of Purple Heart #4825AD

Tints of Purple Heart #4825AD

RGB

 RED value IS 72 (28.52% from 255) = 25.53%

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

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

R = 25.53%
G = 13.12%
B = 61.35%

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

#4825AD (or 0x4825AD) is known color: Purple Heart. HEX triplet: 48, 25 and AD. RGB value is (72,37,173). Sum of RGB (Red+Green+Blue) = 72+37+173=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #4825AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4825AD is #B7DA52. Grayscale: #3E3E3E. Windows color (decimal): -12048979 or 11347272. OLE color: 11347272.

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

Color convert

RGB 72 37 173 -
CMYK 0.58 0.79 0 0.32
HSL 255.44º 0.65% 0.41% -
HSV(B) 255.44º 0.79% 0.68% -
XYZ 10.88 5.72 40.07 -
YUV 62.97 190.1 134.44 -
System Red Green Blue C M Y K H S L
Decimal 72 37 173 0.58 0.79 0 0.32 255.44 0.65 0.41
Hex 48 25 AD 3A 4F 0 20 FF 41 29
Octal 110 45 255 72 117 0 40 377 101 51
Binary 1001000 100101 10101101 111010 1001111 0 100000 11111111 1000001 101001

Color Harmonies of #4825AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4825AD

Black with #4825AD

Text Example


Text Example

White with #4825AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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