#4128B9

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

Shades of Purple Heart #4128B9

Tints of Purple Heart #4128B9

Color information

#4128B9 (or 0x4128B9) is unknown color: approx Purple Heart. HEX triplet: 41, 28 and B9. RGB value is (65,40,185). Sum of RGB (Red+Green+Blue) = 65+40+185=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 185 (72.66% from 255 or 63.79% from 290); Max value from RGB is 185 - color contains mainly: blue. Hex color #4128B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4128B9 is #BED746. Grayscale: #3F3F3F. Windows color (decimal): -12506951 or 12134465. OLE color: 12134465.

HSL color Cylindrical-coordinate representation of color #4128B9: hue angle of 250.34º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4128B9 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6540185-
CMYK0.650.7800.27
HSL250.34º64.44%44.12%-
HSV(B)250.34º78.38%72.55%-
XYZ11.76.1446.47-
YUV64196.28128.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.41%
GREEN value IS 40 (16.02% from 255) = 13.79%
BLUE value IS 185 (72.66% from 255) = 63.79%
R=22.41%
G=13.79%
B=63.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal65401850.650.7800.27250.3464.4444.12
Hex4128B9414E01Bfa402c
Octal1015027110111603337210054
Binary10000011010001011100110000011001110011011111110101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4128B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4128B9; }

 p { color: rgb(65,40,185); }

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

<style>
 a { background-color: #4128B9; }

 a { background-color: rgb(65,40,185); }

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

<style>
 span { border-color: #4128B9; }

 span { border-color: rgb(65,40,185); }

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