#4A25BB

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

Shades of Purple Heart #4A25BB

Tints of Purple Heart #4A25BB

Color information

#4A25BB (or 0x4A25BB) is unknown color: approx Purple Heart. HEX triplet: 4A, 25 and BB. RGB value is (74,37,187). Sum of RGB (Red+Green+Blue) = 74+37+187=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A25BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A25BB is #B5DA44. Grayscale: #404040. Windows color (decimal): -11917893 or 12264778. OLE color: 12264778.

HSL color Cylindrical-coordinate representation of color #4A25BB: hue angle of 254.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A25BB is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7437187-
CMYK0.600.8000.27
HSL254.8º66.96%43.92%-
HSV(B)254.8º80.21%73.33%-
XYZ12.466.3747.59-
YUV65.16196.76134.3-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.83%
GREEN value IS 37 (14.84% from 255) = 12.42%
BLUE value IS 187 (73.44% from 255) = 62.75%
R=24.83%
G=12.42%
B=62.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal74371870.600.8000.27254.866.9643.92
Hex4A25BB3C5001Bff432c
Octal112452737412003337710354
Binary1001010100101101110111111001010000011011111111111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A25BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,37,187); }

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

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

 a { background-color: rgb(74,37,187); }

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

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

 span { border-color: rgb(74,37,187); }

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