#4100BD

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

Shades of Purple Heart #4100BD

Tints of Purple Heart #4100BD

Color information

#4100BD (or 0x4100BD) is unknown color: approx Purple Heart. HEX triplet: 41, 00 and BD. RGB value is (65,0,189). Sum of RGB (Red+Green+Blue) = 65+0+189=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 189 (74.22% from 255 or 74.41% from 254); Max value from RGB is 189 - color contains mainly: blue. Hex color #4100BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4100BD is #BEFF42. Grayscale: #282828. Windows color (decimal): -12517187 or 12386369. OLE color: 12386369.

HSL color Cylindrical-coordinate representation of color #4100BD: hue angle of 260.63º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4100BD is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB650189-
CMYK0.66100.26
HSL260.63º100%37.06%-
HSV(B)260.63º100%74.12%-
XYZ11.374.848.47-
YUV40.98211.53145.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 74.41%
R=25.59%
G=0%
B=74.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6501890.66100.26260.6310037.06
Hex410BD426401A1056425
Octal101027510214403240514445
Binary1000001010111101100001011001000110101000001011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4100BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4100BD; }

 p { color: rgb(65,0,189); }

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

<style>
 a { background-color: #4100BD; }

 a { background-color: rgb(65,0,189); }

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

<style>
 span { border-color: #4100BD; }

 span { border-color: rgb(65,0,189); }

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