Html Css Color HEX #4A26AD Purple Heart

📋 copy color: '#4A26AD'

red 74 ◦ green 38 ◦ blue 173

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

Shades of Purple Heart #4A26AD

Tints of Purple Heart #4A26AD

RGB

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

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

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

R = 25.96%
G = 13.33%
B = 60.7%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4A26AD (or 0x4A26AD) is known color: Purple Heart. HEX triplet: 4A, 26 and AD. RGB value is (74,38,173). Sum of RGB (Red+Green+Blue) = 74+38+173=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #4A26AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A26AD is #B5D952. Grayscale: #3F3F3F. Windows color (decimal): -11917651 or 11347530. OLE color: 11347530.

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

Color convert

RGB 74 38 173 -
CMYK 0.57 0.78 0 0.32
HSL 256º 0.64% 0.41% -
HSV(B) 256º 0.78% 0.68% -
XYZ 11.06 5.86 40.08 -
YUV 64.15 189.43 135.02 -
System Red Green Blue C M Y K H S L
Decimal 74 38 173 0.57 0.78 0 0.32 256 0.64 0.41
Hex 4A 26 AD 39 4E 0 20 100 40 29
Octal 112 46 255 71 116 0 40 400 100 51
Binary 1001010 100110 10101101 111001 1001110 0 100000 100000000 1000000 101001

Color Harmonies of #4A26AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A26AD

Black with #4A26AD

Text Example


Text Example

White with #4A26AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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