Html Css Color HEX #4A26AC Purple Heart

📋 copy color: '#4A26AC'

red 74 ◦ green 38 ◦ blue 172

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

Shades of Purple Heart #4A26AC

Tints of Purple Heart #4A26AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.38%

 BLUE value IS 172 (67.58% from 255) = 60.56%

R = 26.06%
G = 13.38%
B = 60.56%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A26AC (or 0x4A26AC) is known color: Purple Heart. HEX triplet: 4A, 26 and AC. RGB value is (74,38,172). Sum of RGB (Red+Green+Blue) = 74+38+172=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A26AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A26AC is #B5D953. Grayscale: #3F3F3F. Windows color (decimal): -11917652 or 11281994. OLE color: 11281994.

HSL color Cylindrical-coordinate representation of color #4A26AC: hue angle of 256.12º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A26AC is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 38 172 -
CMYK 0.57 0.78 0 0.33
HSL 256.12º 0.64% 0.41% -
HSV(B) 256.12º 0.78% 0.67% -
XYZ 10.96 5.82 39.58 -
YUV 64.04 188.93 135.1 -
System Red Green Blue C M Y K H S L
Decimal 74 38 172 0.57 0.78 0 0.33 256.12 0.64 0.41
Hex 4A 26 AC 39 4E 0 21 100 40 29
Octal 112 46 254 71 116 0 41 400 100 51
Binary 1001010 100110 10101100 111001 1001110 0 100001 100000000 1000000 101001

Color Harmonies of #4A26AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A26AC

Black with #4A26AC

Text Example


Text Example

White with #4A26AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,38,172); }

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

background-color css

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

 a { background-color: rgb(74,38,172); }

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

border-color css

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

 span { border-color: rgb(74,38,172); }

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