#4A26BF

Color #4A26BF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4A26BF

Tints of Purple Heart #4A26BF

Color information

#4A26BF (or 0x4A26BF) is unknown color: approx Purple Heart. HEX triplet: 4A, 26 and BF. RGB value is (74,38,191). Sum of RGB (Red+Green+Blue) = 74+38+191=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A26BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A26BF is #B5D940. Grayscale: #414141. Windows color (decimal): -11917633 or 12527178. OLE color: 12527178.

HSL color Cylindrical-coordinate representation of color #4A26BF: hue angle of 254.12º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A26BF is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7438191-
CMYK0.610.8000.25
HSL254.12º66.81%44.9%-
HSV(B)254.12º80.1%74.9%-
XYZ12.926.649.88-
YUV66.21198.43133.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.42%
GREEN value IS 38 (15.23% from 255) = 12.54%
BLUE value IS 191 (75% from 255) = 63.04%
R=24.42%
G=12.54%
B=63.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74381910.610.8000.25254.1266.8144.9
Hex4A26BF3D50019fe432d
Octal112462777512003137610355
Binary1001010100110101111111111011010000011001111111101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A26BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A26BF;
 }
 .AnyTagClassName
 {
   color: #4A26BF;
 }
</style>
background-color css

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

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

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

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

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

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