#4124B7

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

Shades of Purple Heart #4124B7

Tints of Purple Heart #4124B7

Color information

#4124B7 (or 0x4124B7) is unknown color: approx Purple Heart. HEX triplet: 41, 24 and B7. RGB value is (65,36,183). Sum of RGB (Red+Green+Blue) = 65+36+183=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 183 (71.88% from 255 or 64.44% from 284); Max value from RGB is 183 - color contains mainly: blue. Hex color #4124B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4124B7 is #BEDB48. Grayscale: #3C3C3C. Windows color (decimal): -12507977 or 12002369. OLE color: 12002369.

HSL color Cylindrical-coordinate representation of color #4124B7: hue angle of 251.84º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4124B7 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6536183-
CMYK0.640.8000.28
HSL251.84º67.12%42.94%-
HSV(B)251.84º80.33%71.76%-
XYZ11.365.845.32-
YUV61.43196.61130.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 36 (14.45% from 255) = 12.68%
BLUE value IS 183 (71.88% from 255) = 64.44%
R=22.89%
G=12.68%
B=64.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal65361830.640.8000.28251.8467.1242.94
Hex4124B7405001Cfc432b
Octal1014426710012003437410353
Binary10000011001001011011110000001010000011100111111001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4124B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4124B7; }

 p { color: rgb(65,36,183); }

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

<style>
 a { background-color: #4124B7; }

 a { background-color: rgb(65,36,183); }

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

<style>
 span { border-color: #4124B7; }

 span { border-color: rgb(65,36,183); }

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