#4330BE

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

Shades of Purple Heart #4330BE

Tints of Purple Heart #4330BE

Color information

#4330BE (or 0x4330BE) is unknown color: approx Purple Heart. HEX triplet: 43, 30 and BE. RGB value is (67,48,190). Sum of RGB (Red+Green+Blue) = 67+48+190=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #4330BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4330BE is #BCCF41. Grayscale: #454545. Windows color (decimal): -12373826 or 12464195. OLE color: 12464195.

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

Color convert

RGB6748190-
CMYK0.650.7500.25
HSL248.03º59.66%46.67%-
HSV(B)248.03º74.74%74.51%-
XYZ12.677.0249.4-
YUV69.87195.79125.95-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.97%
GREEN value IS 48 (19.14% from 255) = 15.74%
BLUE value IS 190 (74.61% from 255) = 62.30%
R=21.97%
G=15.74%
B=62.30%

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
Decimal67481900.650.7500.25248.0359.6646.67
Hex4330BE414B019f83c2f
Octal103602761011130313707457
Binary1000011110000101111101000001100101101100111111000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4330BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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