#4330BF

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

Shades of Purple Heart #4330BF

Tints of Purple Heart #4330BF

Color information

#4330BF (or 0x4330BF) is unknown color: approx Purple Heart. HEX triplet: 43, 30 and BF. RGB value is (67,48,191). Sum of RGB (Red+Green+Blue) = 67+48+191=306 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.90% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #4330BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4330BF is #BCCF40. Grayscale: #454545. Windows color (decimal): -12373825 or 12529731. OLE color: 12529731.

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

Color convert

RGB6748191-
CMYK0.650.7500.25
HSL247.97º59.83%46.86%-
HSV(B)247.97º74.87%74.9%-
XYZ12.787.0749.98-
YUV69.98196.29125.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.90%
GREEN value IS 48 (19.14% from 255) = 15.69%
BLUE value IS 191 (75% from 255) = 62.42%
R=21.90%
G=15.69%
B=62.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal67481910.650.7500.25247.9759.8346.86
Hex4330BF414B019f83c2f
Octal103602771011130313707457
Binary1000011110000101111111000001100101101100111111000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4330BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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