#4105BB

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

Shades of Purple Heart #4105BB

Tints of Purple Heart #4105BB

Color information

#4105BB (or 0x4105BB) is unknown color: approx Purple Heart. HEX triplet: 41, 05 and BB. RGB value is (65,5,187). Sum of RGB (Red+Green+Blue) = 65+5+187=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 187 (73.44% from 255 or 72.76% from 257); Max value from RGB is 187 - color contains mainly: blue. Hex color #4105BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4105BB is #BEFA44. Grayscale: #2B2B2B. Windows color (decimal): -12515909 or 12256577. OLE color: 12256577.

HSL color Cylindrical-coordinate representation of color #4105BB: hue angle of 259.78º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4105BB is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB655187-
CMYK0.650.9700.27
HSL259.78º94.79%37.65%-
HSV(B)259.78º97.33%73.33%-
XYZ11.24.8247.35-
YUV43.69208.88143.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.29%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 187 (73.44% from 255) = 72.76%
R=25.29%
G=1.95%
B=72.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6551870.650.9700.27259.7894.7937.65
Hex415BB416101B1045f26
Octal101527310114103340413746
Binary100000110110111011100000111000010110111000001001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4105BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4105BB; }

 p { color: rgb(65,5,187); }

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

<style>
 a { background-color: #4105BB; }

 a { background-color: rgb(65,5,187); }

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

<style>
 span { border-color: #4105BB; }

 span { border-color: rgb(65,5,187); }

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