Html Css Color HEX #4A18AA Purple Heart

📋 copy color: '#4A18AA'

red 74 ◦ green 24 ◦ blue 170

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

Shades of Purple Heart #4A18AA

Tints of Purple Heart #4A18AA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.96%

 BLUE value IS 170 (66.8% from 255) = 63.43%

R = 27.61%
G = 8.96%
B = 63.43%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A18AA (or 0x4A18AA) is known color: Purple Heart. HEX triplet: 4A, 18 and AA. RGB value is (74,24,170). Sum of RGB (Red+Green+Blue) = 74+24+170=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A18AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A18AA is #B5E755. Grayscale: #373737. Windows color (decimal): -11921238 or 11147338. OLE color: 11147338.

HSL color Cylindrical-coordinate representation of color #4A18AA: hue angle of 260.55º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A18AA is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 24 170 -
CMYK 0.56 0.86 0 0.33
HSL 260.55º 0.75% 0.38% -
HSV(B) 260.55º 0.86% 0.67% -
XYZ 10.41 5.01 38.45 -
YUV 55.59 192.57 141.13 -
System Red Green Blue C M Y K H S L
Decimal 74 24 170 0.56 0.86 0 0.33 260.55 0.75 0.38
Hex 4A 18 AA 38 56 0 21 105 4B 26
Octal 112 30 252 70 126 0 41 405 113 46
Binary 1001010 11000 10101010 111000 1010110 0 100001 100000101 1001011 100110

Color Harmonies of #4A18AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A18AA

Black with #4A18AA

Text Example


Text Example

White with #4A18AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,24,170); }

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

background-color css

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

 a { background-color: rgb(74,24,170); }

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

border-color css

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

 span { border-color: rgb(74,24,170); }

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