Html Css Color HEX #4A10AA Purple Heart

📋 copy color: '#4A10AA'

red 74 ◦ green 16 ◦ blue 170

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

Shades of Purple Heart #4A10AA

Tints of Purple Heart #4A10AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.15%

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

R = 28.46%
G = 6.15%
B = 65.38%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A10AA (or 0x4A10AA) is known color: Purple Heart. HEX triplet: 4A, 10 and AA. RGB value is (74,16,170). Sum of RGB (Red+Green+Blue) = 74+16+170=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 170 (66.80% from 255 or 65.38% from 260); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A10AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A10AA is #B5EF55. Grayscale: #323232. Windows color (decimal): -11923286 or 11145290. OLE color: 11145290.

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

Color convert

RGB 74 16 170 -
CMYK 0.56 0.91 0 0.33
HSL 262.6º 0.83% 0.36% -
HSV(B) 262.6º 0.91% 0.67% -
XYZ 10.27 4.73 38.4 -
YUV 50.9 195.22 144.48 -
System Red Green Blue C M Y K H S L
Decimal 74 16 170 0.56 0.91 0 0.33 262.6 0.83 0.36
Hex 4A 10 AA 38 5B 0 21 107 53 24
Octal 112 20 252 70 133 0 41 407 123 44
Binary 1001010 10000 10101010 111000 1011011 0 100001 100000111 1010011 100100

Color Harmonies of #4A10AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A10AA

Black with #4A10AA

Text Example


Text Example

White with #4A10AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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