#4102BF

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

Shades of Purple Heart #4102BF

Tints of Purple Heart #4102BF

Color information

#4102BF (or 0x4102BF) is unknown color: approx Purple Heart. HEX triplet: 41, 02 and BF. RGB value is (65,2,191). Sum of RGB (Red+Green+Blue) = 65+2+191=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 191 (75% from 255 or 74.03% from 258); Max value from RGB is 191 - color contains mainly: blue. Hex color #4102BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4102BF is #BEFD40. Grayscale: #292929. Windows color (decimal): -12516673 or 12517953. OLE color: 12517953.

HSL color Cylindrical-coordinate representation of color #4102BF: hue angle of 260º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4102BF is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB652191-
CMYK0.660.9900.25
HSL260º97.93%37.84%-
HSV(B)260º98.95%74.9%-
XYZ11.614.9349.63-
YUV42.38211.87144.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.19%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 191 (75% from 255) = 74.03%
R=25.19%
G=0.78%
B=74.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal6521910.660.9900.2526097.9337.84
Hex412BF42630191046226
Octal101227710214303140414246
Binary10000011010111111100001011000110110011000001001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4102BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4102BF; }

 p { color: rgb(65,2,191); }

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

<style>
 a { background-color: #4102BF; }

 a { background-color: rgb(65,2,191); }

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

<style>
 span { border-color: #4102BF; }

 span { border-color: rgb(65,2,191); }

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