Html Css Color HEX #4A17AD Purple Heart

📋 copy color: '#4A17AD'

red 74 ◦ green 23 ◦ blue 173

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

Shades of Purple Heart #4A17AD

Tints of Purple Heart #4A17AD

RGB

 RED value IS 74 (29.3% from 255) = 27.41%

 GREEN value IS 23 (9.38% from 255) = 8.52%

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

R = 27.41%
G = 8.52%
B = 64.07%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4A17AD (or 0x4A17AD) is known color: Purple Heart. HEX triplet: 4A, 17 and AD. RGB value is (74,23,173). Sum of RGB (Red+Green+Blue) = 74+23+173=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #4A17AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A17AD is #B5E852. Grayscale: #363636. Windows color (decimal): -11921491 or 11343690. OLE color: 11343690.

HSL color Cylindrical-coordinate representation of color #4A17AD: hue angle of 260.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4A17AD is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 23 173 -
CMYK 0.57 0.87 0 0.32
HSL 260.4º 0.77% 0.38% -
HSV(B) 260.4º 0.87% 0.68% -
XYZ 10.67 5.09 39.95 -
YUV 55.35 194.4 141.3 -
System Red Green Blue C M Y K H S L
Decimal 74 23 173 0.57 0.87 0 0.32 260.4 0.77 0.38
Hex 4A 17 AD 39 57 0 20 104 4D 26
Octal 112 27 255 71 127 0 40 404 115 46
Binary 1001010 10111 10101101 111001 1010111 0 100000 100000100 1001101 100110

Color Harmonies of #4A17AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A17AD

Black with #4A17AD

Text Example


Text Example

White with #4A17AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A17AD; }

 p { color: rgb(74,23,173); }

 H1.HeaderClassName
 {
   color: #4A17AD;
 }
 .AnyTagClassName
 {
   color: #4A17AD;
 }
</style>

background-color css

<style>
 a { background-color: #4A17AD; }

 a { background-color: rgb(74,23,173); }

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

border-color css

<style>
 span { border-color: #4A17AD; }

 span { border-color: rgb(74,23,173); }

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