#4300BF

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

Shades of Purple Heart #4300BF

Tints of Purple Heart #4300BF

Color information

#4300BF (or 0x4300BF) is unknown color: approx Purple Heart. HEX triplet: 43, 00 and BF. RGB value is (67,0,191). Sum of RGB (Red+Green+Blue) = 67+0+191=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 0 (0.39% from 255 or 0% 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 #4300BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4300BF is #BCFF40. Grayscale: #292929. Windows color (decimal): -12386113 or 12517443. OLE color: 12517443.

HSL color Cylindrical-coordinate representation of color #4300BF: hue angle of 261.05º 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 #4300BF is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB670191-
CMYK0.65100.25
HSL261.05º100%37.45%-
HSV(B)261.05º100%74.9%-
XYZ11.724.9549.63-
YUV41.81212.2145.97-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 74.03%
R=25.97%
G=0%
B=74.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal6701910.65100.25261.0510037.45
Hex430BF41640191056425
Octal103027710114403140514445
Binary1000011010111111100000111001000110011000001011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4300BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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