Html Css Color HEX #4521AD Purple Heart

📋 copy color: '#4521AD'

red 69 ◦ green 33 ◦ blue 173

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

Shades of Purple Heart #4521AD

Tints of Purple Heart #4521AD

RGB

 RED value IS 69 (27.34% from 255) = 25.09%

 GREEN value IS 33 (13.28% from 255) = 12%

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

R = 25.09%
G = 12%
B = 62.91%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4521AD (or 0x4521AD) is known color: Purple Heart. HEX triplet: 45, 21 and AD. RGB value is (69,33,173). Sum of RGB (Red+Green+Blue) = 69+33+173=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #4521AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4521AD is #BADE52. Grayscale: #3B3B3B. Windows color (decimal): -12246611 or 11346245. OLE color: 11346245.

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

Color convert

RGB 69 33 173 -
CMYK 0.60 0.81 0 0.32
HSL 255.43º 0.68% 0.4% -
HSV(B) 255.43º 0.81% 0.68% -
XYZ 10.54 5.37 40.02 -
YUV 59.72 191.93 134.62 -
System Red Green Blue C M Y K H S L
Decimal 69 33 173 0.60 0.81 0 0.32 255.43 0.68 0.4
Hex 45 21 AD 3C 51 0 20 FF 44 28
Octal 105 41 255 74 121 0 40 377 104 50
Binary 1000101 100001 10101101 111100 1010001 0 100000 11111111 1000100 101000

Color Harmonies of #4521AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4521AD

Black with #4521AD

Text Example


Text Example

White with #4521AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,33,173); }

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

background-color css

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

 a { background-color: rgb(69,33,173); }

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

border-color css

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

 span { border-color: rgb(69,33,173); }

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