#4200BF

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

Shades of Purple Heart #4200BF

Tints of Purple Heart #4200BF

Color information

#4200BF (or 0x4200BF) is unknown color: approx Purple Heart. HEX triplet: 42, 00 and BF. RGB value is (66,0,191). Sum of RGB (Red+Green+Blue) = 66+0+191=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 191 (75% from 255 or 74.32% from 257); Max value from RGB is 191 - color contains mainly: blue. Hex color #4200BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4200BF is #BDFF40. Grayscale: #282828. Windows color (decimal): -12451649 or 12517442. OLE color: 12517442.

HSL color Cylindrical-coordinate representation of color #4200BF: hue angle of 260.73º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4200BF is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB660191-
CMYK0.65100.25
HSL260.73º100%37.45%-
HSV(B)260.73º100%74.9%-
XYZ11.654.9249.63-
YUV41.51212.37145.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 74.32%
R=25.68%
G=0%
B=74.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal6601910.65100.25260.7310037.45
Hex420BF41640191056425
Octal102027710114403140514445
Binary1000010010111111100000111001000110011000001011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4200BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,0,191); }

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

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

 a { background-color: rgb(66,0,191); }

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

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

 span { border-color: rgb(66,0,191); }

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